mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
ci(nightly): upgrade create-github-app-token to v3.1.1
v2.2.2 runs on Node.js 20, which GitHub is forcing to Node.js 24 on June 2, 2026 and removing entirely on September 16, 2026. Bump to v3.1.1 which runs on Node.js 24. The `app-id`/`private-key` inputs we use are unchanged (`app-id` is deprecated in favor of `client-id`, but still accepted).
This commit is contained in:
parent
b0349e9873
commit
c1554ba2bd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
steps:
|
||||
- name: Mint GitHub App token
|
||||
id: app-token
|
||||
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
|
||||
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
|
||||
with:
|
||||
app-id: ${{ vars.FABRO_RELEASES_APP_ID }}
|
||||
private-key: ${{ secrets.FABRO_RELEASES_APP_PRIVATE_KEY }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue