Skip to content

Commit

Permalink
Merge pull request #63 from SAP/o-liver-patch-1
Browse files Browse the repository at this point in the history
Add permissions to push gh action job
  • Loading branch information
o-liver authored Oct 26, 2023
2 parents a59af0d + 34baa9e commit 39eb3e3
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 39eb3e3

Please sign in to comment.