Skip to content

Commit 41db33b

Browse files
authored
Rotate tokens so CI runs in the release PR's (#7331)
Copying the work in https://github.com/Shopify/quilt/pull/2426/files this updates the tokens so that CI runs when creating the release PR's.
1 parent a9e018e commit 41db33b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout Repo
1616
uses: actions/checkout@v3
17+
with:
18+
token: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
1719

1820
- name: Free up space on GitHub image
1921
run: |
@@ -41,4 +43,4 @@ jobs:
4143
publish: yarn release
4244
env:
4345
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46+
GITHUB_TOKEN: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)