Skip to content

Commit

Permalink
Merge pull request #690 from kids-first/update-gh-actions-permissions
Browse files Browse the repository at this point in the history
🔧 Update GH Action Permissions to be able to write to packages
  • Loading branch information
haynescd authored Sep 9, 2024
2 parents d70574d + 7cdae59 commit 39548de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:

permissions:
contents: read
packages: write
attestations: write
id-token: write

jobs:
Expand All @@ -33,6 +35,8 @@ jobs:
if: ${{ github.event_name == 'push' }}
steps:
- uses: actions/checkout@v3
with:
fetch-tags: "true"
- uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down

0 comments on commit 39548de

Please sign in to comment.