We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7307d4c commit ad934a4Copy full SHA for ad934a4
.github/workflows/ci.yml
@@ -490,7 +490,7 @@ jobs:
490
uses: actions/checkout@v4
491
with:
492
repository: rescript-lang/rescript-lang.org
493
- token: ${{ secrets.RESCRIPT_LANG_ORG_REPO_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
494
495
- name: Set up Git config
496
run: |
@@ -499,7 +499,7 @@ jobs:
499
500
- name: Authenticate GitHub CLI
501
env:
502
- GH_TOKEN: ${{ secrets.RESCRIPT_LANG_ORG_REPO_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
503
run: echo "$GH_TOKEN" | gh auth login --with-token
504
505
- name: create-new-branch
0 commit comments