We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59af0d commit 34baa9eCopy full SHA for 34baa9e
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