fix(ci): revert to create-github-app-token v1 for Forgejo compatibility
Some checks failed
Release Docker Image / define-variables (push) Successful in 2s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Rust / Prek & Format (push) Successful in 40s
Checks / Rust / Clippy (push) Successful in 4m34s
Checks / Rust / Tests (push) Successful in 5m0s
Some checks failed
Release Docker Image / define-variables (push) Successful in 2s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Rust / Prek & Format (push) Successful in 40s
Checks / Rust / Clippy (push) Successful in 4m34s
Checks / Rust / Tests (push) Successful in 5m0s
The v2 action requires Node.js 24 which causes issues on Forgejo runners even when the step is conditionally skipped. Reverting to v1 ensures compatibility across all environments.
This commit is contained in:
parent
11a483f2bb
commit
2bffa74212
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ jobs:
|
|||
|
||||
- name: Create GitHub App token for sccache
|
||||
if: env.SCCACHE_ENABLED == 'true'
|
||||
uses: https://github.com/actions/create-github-app-token@v2
|
||||
uses: https://github.com/actions/create-github-app-token@v1
|
||||
id: app-token
|
||||
with:
|
||||
app-id: ${{ vars.GH_APP_ID }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue