Skip to content

Commit 328d9af

Browse files
.github/workflows/common-publish.yml -> Update token key for auth
1 parent 2e26b49 commit 328d9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/common-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
echo "latest-release-tag=$(curl -qsSL \
4242
-H "Accept: application/vnd.github+json" \
43-
-H "Authorization: Bearer ${{ inputs.node-auth-token }}" \
43+
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
4444
"$GITHUB_API_URL/repos/$GITHUB_REPOSITORY/releases/latest" \
4545
| jq -r .tag_name)" >> $GITHUB_OUTPUT
4646

0 commit comments

Comments
 (0)