Skip to content

Commit

Permalink
Sorting out the missing permission
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorgan-fa committed Jul 10, 2024
1 parent 333f7d0 commit 8f701ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' && github.ref == 'refs/heads/main' }}
permissions:
packages: write
id-token: write
contents: write

steps:
Expand Down

0 comments on commit 8f701ce

Please sign in to comment.