Skip to content

Commit

Permalink
[CI] added GH token as instructed
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Feb 4, 2025
1 parent a6db816 commit 119acd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: setup-ssh
env:
SSH_KEY: ${{ secrets.ssh_key }}
GH_TOKEN: ${{ github.token }}
run: |
mkdir /root/.ssh
python3 -c "import os; file = open('/root/.ssh/id_rsa', 'w'); file.write(os.environ['SSH_KEY']); file.close()"
Expand Down

0 comments on commit 119acd3

Please sign in to comment.