Skip to content

Commit cd71deb

Browse files
authored
Merge pull request #356 from nix-community/local-substituter
update-nixos-release: update env varfs
2 parents 54e6ebb + a4cb90a commit cd71deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-nixos-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: actions/create-github-app-token@v1
1717
id: app-token
1818
with:
19-
app-id: ${{ secrets.APP_ID }}
20-
private-key: ${{ secrets.APP_PRIVATE_KEY }}
19+
app-id: ${{ secrets.CI_APP_ID }}
20+
private-key: ${{ secrets.CI_APP_PRIVATE_KEY }}
2121

2222
- name: Find latest NixOS release
2323
id: find-version

0 commit comments

Comments
 (0)