diff options
| author | seth <[email protected]> | 2024-02-09 01:14:45 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-09 01:17:16 -0500 |
| commit | 01af1992af7bee7705849c1ac6e844adce5ec583 (patch) | |
| tree | 2963acc9812737d37ed6f8514f241b9c3e240f9f /.github/workflows/update-inputs.yaml | |
| parent | c4b388a6094bfb2eeede168193824b750322fbc1 (diff) | |
actions: use scoped github.token
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 745e60b..9e08a76 100644 --- a/.github/workflows/update-inputs.yaml +++ b/.github/workflows/update-inputs.yaml @@ -8,8 +8,10 @@ on: jobs: update: + permissions: + contents: write + pull-requests: write + uses: ./.github/workflows/update-lock.yaml with: commit-msg: "flake: update all inputs" - secrets: - token: ${{ secrets.MERGE_TOKEN }} |
