File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 name : Publish SDK Reference Docs
1212 runs-on : ubuntu-latest
1313 env :
14- GH_TOKEN : ${{ secrets.PLATFORM_SA_GITHUB_TOKEN }}
1514 SDK_PUBLISH_SLACK_WEBHOOK : ${{ secrets.SDK_PUBLISH_SLACK_WEBHOOK }}
1615 NETLIFY_BUILD_HOOK : ${{ secrets.NETLIFY_BUILD_HOOK }}
1716 GITHUB_USER : ${{ github.actor }}
2524 uses : actions/checkout@v3
2625 with :
2726 repository : immutable/imx-docs
28- token : ${{ secrets.PLATFORM_SA_GITHUB_TOKEN }}
27+ token : ${{ secrets.TS_IMMUTABLE_SDK_GITHUB_TOKEN }}
2928 path : imx-docs
3029 ref : main
3130
Original file line number Diff line number Diff line change 3232 name : Publish Workflow
3333 runs-on : ubuntu-latest-4-cores
3434 env :
35- GH_TOKEN : ${{ secrets.PLATFORM_SA_GITHUB_TOKEN }}
3635 NODE_OPTIONS : --max-old-space-size=14366
3736 SDK_PUBLISH_SLACK_WEBHOOK : ${{ secrets.SDK_PUBLISH_SLACK_WEBHOOK }}
3837 steps :
Original file line number Diff line number Diff line change 1111 - uses : gitleaks/gitleaks-action@v2
1212 env :
1313 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
14- GITLEAKS_LICENSE : ${{ secrets.GITLEAKS_LICENSE }}
14+ GITLEAKS_LICENSE : ${{ secrets.GITLEAKS_LICENSE }}
You can’t perform that action at this time.
0 commit comments