We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a59af0d + 34baa9e commit 39eb3e3Copy full SHA for 39eb3e3
1 file changed
.github/workflows/push.yml
@@ -11,6 +11,9 @@ on:
11
jobs:
12
push:
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ packages: write
16
+ contents: read
17
steps:
18
- uses: actions/checkout@v2
19
- name: Run CI
0 commit comments