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

Commit

Permalink
This value can be public, but all secrets cant be used in with context?
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 8, 2024
1 parent 5e6e75b commit 57e9e68
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,10 +13,10 @@ jobs:
update-nixpkgs:
uses: kachick/selfup/.github/workflows/[email protected]
with:
app_id: ${{ secrets.DEPENDENCY_APP_ID }}
dry-run: ${{ github.event_name == 'pull_request' }}
pr-title: 'Bump flake.lock and related dependencies'
optional-run: |
nix run .#bump-nix-dependencies
secrets:
APP_ID: ${{ secrets.DEPENDENCY_APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.DEPENDENCY_APP_PRIVATE_KEY }}

0 comments on commit 57e9e68

Please sign in to comment.