fix(workflows): correct token syntax in releases sync action
All checks were successful
Auto Changelog & Release / detect-version-change (push) Successful in 3s
Auto Changelog & Release / release (push) Has been skipped
Auto Changelog & Release / changelog-only (push) Successful in 7s
Build and Publish nightly package / build-and-publish (push) Successful in 17s
All checks were successful
Auto Changelog & Release / detect-version-change (push) Successful in 3s
Auto Changelog & Release / release (push) Has been skipped
Auto Changelog & Release / changelog-only (push) Successful in 7s
Build and Publish nightly package / build-and-publish (push) Successful in 17s
- Replace `${{ ACTIONS_RUNTIME_TOKEN }}` with `$ACTIONS_RUNTIME_TOKEN` to fix incorrect token reference in the workflow configuration. - Ensures proper authentication for the releases sync action.
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Run Releases Sync Action
|
- name: Run Releases Sync Action
|
||||||
uses: https://git.0xmax42.io/actions/releases-sync@main
|
uses: https://git.0xmax42.io/actions/releases-sync@main
|
||||||
with:
|
with:
|
||||||
gitea_token: ${{ ACTIONS_RUNTIME_TOKEN }}
|
gitea_token: $ACTIONS_RUNTIME_TOKEN
|
||||||
gitea_url: https://git.0xmax42.io
|
gitea_url: https://git.0xmax42.io
|
||||||
gitea_owner: maxp
|
gitea_owner: maxp
|
||||||
gitea_repo: ait
|
gitea_repo: ait
|
||||||
|
Reference in New Issue
Block a user