Skip to content

Commit

Permalink
ci: testing PR create and merge - testing PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
scottc943 committed Jan 29, 2024
1 parent a5284e8 commit 4c056a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
id: merge-pr
run: gh pr merge --admin --merge --subject 'Merge update info' --delete-branch
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.ADMIN_RIGHTS_TOKEN }}

- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 4c056a3

Please sign in to comment.