From 8a9ad79c9eab882db18b1adbf3cb32ce8dad71c7 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 9 Jun 2021 12:04:28 +0200 Subject: [PATCH] Bugfix for CI actions - adding proper variable --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73b5ed138..7f0b4e2ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: with: fetch-depth: 0 repository: armbian/scripts - token: ${{ secrets.PAT }} + token: ${{ secrets.SCRIPTS_ACCESS_TOKEN }} path: scripts clean: true @@ -193,7 +193,6 @@ jobs: fetch-depth: 0 repository: armbian/build path: build - token: ${{ secrets.TEST }} ref: nightly clean: false @@ -203,7 +202,7 @@ jobs: with: fetch-depth: 0 repository: armbian/scripts - token: ${{ secrets.PAT }} + token: ${{ secrets.SCRIPTS_ACCESS_TOKEN }} path: scripts clean: true @@ -344,7 +343,7 @@ jobs: with: fetch-depth: 0 repository: armbian/scripts - token: ${{ secrets.PAT }} + token: ${{ secrets.SCRIPTS_ACCESS_TOKEN }} path: scripts clean: true