Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Aug 9, 2024
1 parent c1c1ae7 commit d133e4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-flake-inputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
if: steps.changes.outputs.src == 'true'
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.PAT }}
token: ${{ secrets.GITHUB_SECRET }}

- name: Enable Pull Request Automerge
if: steps.changes.outputs.src == 'true' && steps.cpr.outputs.pull-request-operation == 'created'
uses: peter-evans/enable-pull-request-automerge@v3
with:
token: ${{ secrets.PAT }}
token: ${{ secrets.GITHUB_SECRET }}
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
merge-method: squash

Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d133e4d

Please sign in to comment.