Skip to content

Commit

Permalink
use global AUTOMATION_USER_TOKEN secret instead of GITHUB_TOKEN for c…
Browse files Browse the repository at this point in the history
…heckout
  • Loading branch information
Rob ODwyer committed Jul 13, 2023
1 parent ab96c82 commit 134fba7
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 @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.AUTOMATION_USER_TOKEN }}
fetch-depth: 0

- name: Get latest non-prerelease release
Expand Down

0 comments on commit 134fba7

Please sign in to comment.