Skip to content

Commit 119acd3

Browse files
committed
[CI] added GH token as instructed
1 parent a6db816 commit 119acd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: setup-ssh
2020
env:
2121
SSH_KEY: ${{ secrets.ssh_key }}
22+
GH_TOKEN: ${{ github.token }}
2223
run: |
2324
mkdir /root/.ssh
2425
python3 -c "import os; file = open('/root/.ssh/id_rsa', 'w'); file.write(os.environ['SSH_KEY']); file.close()"

0 commit comments

Comments
 (0)