Skip to content

Commit

Permalink
fix(gh-actions): On workflow_call pass secrets used by the action
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarKirov committed Aug 4, 2024
1 parent 79b2672 commit 95b66c7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
nix-github-token:
description: GitHub token to add as access-token in nix.conf
required: false
APP_ID:
description: ID of the GitHub App used for opening pull requests.
required: true
APP_PRIVATE_KEY:
description: Private key of the GitHub App used for opening pull requests.
required: true

# Allow this workflow to be triggered manually:
workflow_dispatch:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/update-flake-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
nix-github-token:
description: GitHub token to add as access-token in nix.conf
required: false
APP_ID:
description: ID of the GitHub App used for opening pull requests.
required: true
APP_PRIVATE_KEY:
description: Private key of the GitHub App used for opening pull requests.
required: true

# Allow this workflow to be triggered manually:
workflow_dispatch:
Expand Down

0 comments on commit 95b66c7

Please sign in to comment.