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 741949f commit 4693050Copy full SHA for 4693050
1 file changed
.github/workflows/ci.yml
@@ -1,4 +1,7 @@
1
name: Argos upload
2
+permissions:
3
+ contents: read
4
+ pull-requests: read
5
on:
6
push:
7
branches: [main]
@@ -19,3 +22,4 @@ jobs:
19
22
env:
20
23
DEBUG: "@argos-ci/core"
21
24
ARGOS_TOKEN: a1062035865420fb5a5c2a2a5baa501f94fa819f
25
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments