Skip to content

Commit

Permalink
fix(ci): set github token
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 authored Oct 12, 2024
1 parent 1730a94 commit 15e5bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
branch: "automation/update-flake-dependencies"
token: ${{ secrets.UPDATE_FLAKE_TOKEN }}
- name: Enable PR auto-merge on CI success
run: gh pr merge --squash --delete-branch --auto ${{ steps.create-pr.outputs.pull-request-number }}
run: GH_TOKEN="${{ secrets.UPDATE_FLAKE_TOKEN }}" gh pr merge --squash --delete-branch --auto ${{ steps.create-pr.outputs.pull-request-number }}
- name: Ping me in a comment on the PR
run: |
PR_NUMBER=${{ steps.create-pr.outputs.pull-request-number }}
Expand Down

0 comments on commit 15e5bfe

Please sign in to comment.