Skip to content

Commit 4693050

Browse files
committed
Add GitHub token
1 parent 741949f commit 4693050

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Argos upload
2+
permissions:
3+
contents: read
4+
pull-requests: read
25
on:
36
push:
47
branches: [main]
@@ -19,3 +22,4 @@ jobs:
1922
env:
2023
DEBUG: "@argos-ci/core"
2124
ARGOS_TOKEN: a1062035865420fb5a5c2a2a5baa501f94fa819f
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)