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 2e26b49 commit 328d9afCopy full SHA for 328d9af
.github/workflows/common-publish.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
echo "latest-release-tag=$(curl -qsSL \
42
-H "Accept: application/vnd.github+json" \
43
- -H "Authorization: Bearer ${{ inputs.node-auth-token }}" \
+ -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
44
"$GITHUB_API_URL/repos/$GITHUB_REPOSITORY/releases/latest" \
45
| jq -r .tag_name)" >> $GITHUB_OUTPUT
46
0 commit comments