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 ece3b7d commit 018c88eCopy full SHA for 018c88e
.github/workflows/update-docs-and-release.yml
@@ -43,6 +43,7 @@ jobs:
43
- name: Create GitHub release
44
uses: ncipollo/release-action@v1
45
with:
46
+ token: ${{ secrets.GH_PAT }}
47
tag: ${{ env.RELEASE_TAG }}
48
name: Release ${{ env.RELEASE_TAG }}
49
body: 'Automated release including updated docs'
0 commit comments