summaryrefslogtreecommitdiff
path: root/.github/workflows/update-inputs.yaml
diff options
context:
space:
mode:
authorseth <[email protected]>2024-09-30 07:29:05 -0400
committerseth <[email protected]>2024-09-30 07:34:19 -0400
commit363b6b64855ea6a239022593e097b7a2370bac66 (patch)
tree2bea2daf15c24cf46aa4e43fa275e379499fe6e1 /.github/workflows/update-inputs.yaml
parent0ae97fa5408f89a67a42d8d7989cdfbda3b5bd3b (diff)
ci: use github app for flake.lock PRs
Diffstat (limited to '.github/workflows/update-inputs.yaml')
-rw-r--r--.github/workflows/update-inputs.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/update-inputs.yaml b/.github/workflows/update-inputs.yaml
index bd106a3..02144f4 100644
--- a/.github/workflows/update-inputs.yaml
+++ b/.github/workflows/update-inputs.yaml
@@ -10,5 +10,7 @@ jobs:
update:
uses: ./.github/workflows/update-lock.yaml
with:
- commit-msg: "flake: update all inputs"
- secrets: inherit
+ commit-message: "flake: update all inputs"
+ secrets:
+ APP_ID: ${{ secrets.APP_ID }}
+ PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}