Bugfix for CI actions - adding proper variable
This commit is contained in:
parent
e017b28cef
commit
8a9ad79c9e
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user