Skip to content

Commit f9a22b2

Browse files
committed
update nixos release: fix app-id
1 parent cd71deb commit f9a22b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/create-github-app-token@v1
1717
id: app-token
1818
with:
19-
app-id: ${{ secrets.CI_APP_ID }}
19+
app-id: ${{ vars.CI_APP_ID }}
2020
private-key: ${{ secrets.CI_APP_PRIVATE_KEY }}
2121

2222
- name: Find latest NixOS release

0 commit comments

Comments
 (0)