Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Martineau committed Aug 4, 2023
1 parent 40d4d44 commit 2ffb2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Expand Up @@ -17,9 +17,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
publish-gpr:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
permissions: write-all
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "alfred-yubico-authenticator",
"type": "module",
"version": "1.0.9",
"version": "1.0.10",
"description": "Alfred workflow to generate YubiKey OTPs",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 2ffb2b9

Please sign in to comment.