We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921fc71 commit aac9f1cCopy full SHA for aac9f1c
1 file changed
.github/workflows/build.yml
@@ -23,6 +23,10 @@ on:
23
jobs:
24
build:
25
runs-on: ubuntu-latest
26
+ permissions:
27
+ contents: read
28
+ actions: read
29
+ checks: write
30
31
steps:
32
- name: Checkout
@@ -59,6 +63,9 @@ jobs:
59
63
60
64
needs: build
61
65
if: success() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
66
67
68
+ packages: write
62
69
70
71
- name: Download Artifact
0 commit comments