Skip to content

Commit 39eb3e3

Browse files
authored
Merge pull request #63 from SAP/o-liver-patch-1
Add permissions to push gh action job
2 parents a59af0d + 34baa9e commit 39eb3e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
push:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
packages: write
16+
contents: read
1417
steps:
1518
- uses: actions/checkout@v2
1619
- name: Run CI

0 commit comments

Comments
 (0)