diff options
| author | seth <[email protected]> | 2024-09-30 07:29:05 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-09-30 07:34:19 -0400 |
| commit | 363b6b64855ea6a239022593e097b7a2370bac66 (patch) | |
| tree | 2bea2daf15c24cf46aa4e43fa275e379499fe6e1 /.github/workflows/update-inputs.yaml | |
| parent | 0ae97fa5408f89a67a42d8d7989cdfbda3b5bd3b (diff) | |
ci: use github app for flake.lock PRs
Diffstat (limited to '.github/workflows/update-inputs.yaml')
| -rw-r--r-- | .github/workflows/update-inputs.yaml | 6 |
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 }} |
