From 119acd3d8cb8b3f6a4a5dad94fbd5c2faaa606d2 Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Tue, 4 Feb 2025 18:32:49 +0100 Subject: [PATCH] [CI] added GH token as instructed --- .github/workflows/build-and-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 7ddc452..665128d 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -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()"