Skip to content

Commit 134fba7

Browse files
author
Rob ODwyer
committed
use global AUTOMATION_USER_TOKEN secret instead of GITHUB_TOKEN for checkout
1 parent ab96c82 commit 134fba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v3
2929
with:
30-
token: ${{ secrets.GITHUB_TOKEN }}
30+
token: ${{ secrets.AUTOMATION_USER_TOKEN }}
3131
fetch-depth: 0
3232

3333
- name: Get latest non-prerelease release

0 commit comments

Comments
 (0)