Skip to content

Commit 43be067

Browse files
authored
Merge pull request #51 from imgix/vuryanh-patch-2
Update update.yaml
2 parents 6e57c93 + c375c9d commit 43be067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Create Pull Request
3434
uses: peter-evans/create-pull-request@v5
3535
with:
36-
token: ${{ secrets.GITHUB_TOKEN }}
36+
token: ${{ secrets.GH_TOKEN }}
3737
branch: ${{ env.BRANCH_NAME }}
3838
title: "Update parameters and version to ${{ env.VERSION }}"
3939
body: "This PR updates parameters.js, parameters.json, package.json, and bower.json to version ${{ env.VERSION }}."

0 commit comments

Comments
 (0)