Skip to content

Commit 6906da5

Browse files
committed
[CI] now in the correct place...
1 parent 119acd3 commit 6906da5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- name: setup-ssh
2020
env:
2121
SSH_KEY: ${{ secrets.ssh_key }}
22-
GH_TOKEN: ${{ github.token }}
2322
run: |
2423
mkdir /root/.ssh
2524
python3 -c "import os; file = open('/root/.ssh/id_rsa', 'w'); file.write(os.environ['SSH_KEY']); file.close()"
@@ -28,6 +27,8 @@ jobs:
2827
chmod 400 /root/.ssh/known_hosts
2928
ssh-keyscan -H github.com > /etc/ssh/ssh_known_hosts 2> /dev/null
3029
- name: build-and-push
30+
env:
31+
GH_TOKEN: ${{ github.token }}
3132
run: |
3233
set -x
3334
buf generate

0 commit comments

Comments
 (0)