Skip to content

Commit

Permalink
v1.1.2 with token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jksolbakken committed Apr 19, 2023
1 parent 9166654 commit f761a48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ on:
release:
types: [published]
jobs:
build:
publish:
runs-on: ubuntu-latest
permissions:
contents: "read"
id-token: "write"
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # ratchet:actions/checkout@v3
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # ratchet:actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkfollower",
"version": "1.1.1",
"version": "1.1.2",
"type": "module",
"description": "Node.js based command line utility that lets you follow redirects to see where http URLs end up. Useful for shortened URLs.",
"main": "cli.js",
Expand Down

0 comments on commit f761a48

Please sign in to comment.