Skip to content

Commit

Permalink
Add permissions to push gh action job
Browse files Browse the repository at this point in the history
  • Loading branch information
o-liver authored Oct 26, 2023
1 parent a59af0d commit 34baa9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
jobs:
push:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- uses: actions/checkout@v2
- name: Run CI
Expand Down

0 comments on commit 34baa9e

Please sign in to comment.