Skip to content

Commit 34baa9e

Browse files
authored
Add permissions to push gh action job
1 parent a59af0d commit 34baa9e

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)