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 8a1e1b9 commit 92c0b6cCopy full SHA for 92c0b6c
.github/workflows/deploy-docs.yml
@@ -22,10 +22,10 @@ jobs:
22
- name: Dispatch (partial build)
23
if: github.ref_type == 'branch'
24
env:
25
- GH_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
run: gh workflow run deploy-docs.yml -r $(git rev-parse --abbrev-ref HEAD) -f build-refname=${{ github.ref_name }}
27
- name: Dispatch (full build)
28
if: github.ref_type == 'tag'
29
30
31
run: gh workflow run deploy-docs.yml -r $(git rev-parse --abbrev-ref HEAD)
0 commit comments