1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

Merge pull request #14241 from NixOS/dependabot/github_actions/actions/create-github-app-token-2

build(deps): bump actions/create-github-app-token from 1 to 2
This commit is contained in:
Eelco Dolstra 2025-10-14 11:55:43 +00:00 committed by GitHub
commit c44d2d5913
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ jobs:
steps:
- name: Generate GitHub App token
id: generate-token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@v2
with:
app-id: ${{ vars.CI_APP_ID }}
private-key: ${{ secrets.CI_APP_PRIVATE_KEY }}