Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
We cannot use secrets except secrets list, so specify a var with same…
Browse files Browse the repository at this point in the history
… value
  • Loading branch information
kachick committed Jul 8, 2024
1 parent 57e9e68 commit 695cdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock-and-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
update-nixpkgs:
uses: kachick/selfup/.github/workflows/[email protected]
with:
app_id: ${{ secrets.DEPENDENCY_APP_ID }}
app_id: ${{ vars.DEPENDENCY_APP_ID }}
dry-run: ${{ github.event_name == 'pull_request' }}
pr-title: 'Bump flake.lock and related dependencies'
optional-run: |
Expand Down

0 comments on commit 695cdad

Please sign in to comment.