Skip to content

Commit

Permalink
use env for github token
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Mar 3, 2023
1 parent 7c855bb commit 9620fbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-latest-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Auto-merge Pull Request
uses: pascalgn/automerge-action@v0.15.0
with:
github-token: ${{ secrets.MY_GITHUB_TOKEN }}
method: merge
delete-branch: true
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}

0 comments on commit 9620fbe

Please sign in to comment.