File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ jobs:
280
280
- name : Deploy to `npm` branch
281
281
run : npm run gitpublish:npm
282
282
env :
283
- GH_TOKEN : ${{ secrets.GH_NPM_BRANCH_PUBLISH_TOKEN }}
283
+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
284
284
285
285
deploy-to-deno-branch :
286
286
name : Deploy to `deno` branch
@@ -316,4 +316,4 @@ jobs:
316
316
- name : Deploy to `deno` branch
317
317
run : npm run gitpublish:deno
318
318
env :
319
- GH_TOKEN : ${{ secrets.GH_NPM_BRANCH_PUBLISH_TOKEN }}
319
+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 35
35
36
36
# Create empty directory
37
37
rm -rf $BRANCH
38
- git clone -b $BRANCH -- " https://${GH_TOKEN} @github.com/graphql/graphql-js.git" $BRANCH
38
+ git clone -b $BRANCH -- " https://${GITHUB_ACTOR} : ${ GH_TOKEN} @github.com/graphql/graphql-js.git" $BRANCH
39
39
40
40
# Remove existing files first
41
41
rm -rf $BRANCH /** /*
You can’t perform that action at this time.
0 commit comments