Skip to content

Commit

Permalink
Give GH_TOKEN write permissions to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed Oct 2, 2024
1 parent ddc13db commit d9bafe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository_owner == 'terrajobst'
needs: build
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Download binaries
uses: actions/download-artifact@v4.1.7
Expand Down

0 comments on commit d9bafe1

Please sign in to comment.