Skip to content

Commit

Permalink
Merge pull request #5 from fac/sort-workflow-permissions
Browse files Browse the repository at this point in the history
Sorting out the missing permission
  • Loading branch information
dmorgan-fa authored Jul 10, 2024
2 parents 333f7d0 + 8f701ce commit 5b3cd80
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 5b3cd80

Please sign in to comment.