Bugfix for CI actions - adding proper variable

This commit is contained in:
Igor Pecovnik
2021-06-09 12:04:28 +02:00
parent e017b28cef
commit 8a9ad79c9e

View File

@@ -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