We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45a420 commit 91d30ebCopy full SHA for 91d30eb
1 file changed
.github/workflows/release.yml
@@ -95,6 +95,7 @@ jobs:
95
uses: actions/checkout@v4
96
with:
97
ref: main
98
+ token: ${{ secrets.RELEASE_TOKEN }}
99
100
- name: Set up Node.js
101
uses: actions/setup-node@v4
@@ -122,8 +123,3 @@ jobs:
122
123
git add .
124
git commit -m "docs: snapshot version ${{ steps.version.outputs.VERSION }}"
125
git push
-
126
- - name: Trigger docs deployment
127
- run: gh workflow run docs.yml --ref main
128
- env:
129
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments