From 8ab139edd167784fa9fc41f1606cb4dbb5f57e48 Mon Sep 17 00:00:00 2001 From: SondreB Date: Wed, 12 Jun 2024 00:06:06 +0200 Subject: [PATCH] Make GitHub token available --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 412e4df8..152a5885 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,4 +23,6 @@ jobs: - name: Run deploy script run: npm run deploy - working-directory: app \ No newline at end of file + working-directory: app + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file