mirror of
https://github.com/armbian/sdk.git
synced 2026-01-06 11:08:52 -08:00
Compare commits
1 Commits
dependabot
...
igorpecovn
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a215128d74 |
4
.github/workflows/action.yml
vendored
4
.github/workflows/action.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
actions: write
|
||||
steps:
|
||||
# checkout this repository
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@v5
|
||||
# prevent GitHub from suspending cronjob
|
||||
- uses: liskin/gh-workflow-keepalive@v1
|
||||
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
name: "${{ matrix.os }},${{ matrix.board }}${{ matrix.extension }}"
|
||||
steps:
|
||||
|
||||
- uses: armbian/build@main
|
||||
- uses: armbian/build@igorpecovnik-patch-3
|
||||
with:
|
||||
# mandatory
|
||||
armbian_token: "${{ secrets.GITHUB_TOKEN }}" # GitHub installation access token
|
||||
|
||||
Reference in New Issue
Block a user