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 bffeab1 commit 28212a7Copy full SHA for 28212a7
.github/workflows/ci.yml
@@ -489,7 +489,7 @@ jobs:
489
uses: actions/checkout@v4
490
with:
491
repository: rescript-lang/rescript-lang.org
492
- token: ${{ secrets.GITHUB_TOKEN }}
+ ssh-key: ${{ secrets.RESCRIPT_LANG_ORG_DEPLOY_KEY }}
493
494
- name: Download artifacts
495
uses: actions/download-artifact@v4
@@ -516,7 +516,6 @@ jobs:
516
- name: Commit and push
517
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
518
run: |
519
- echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
520
git config --global user.name "github-actions[bot]"
521
git config --global user.email "[email protected]"
522
git add data/api
0 commit comments