Skip to content

Commit ddfdc93

Browse files
authored
fix token (#1517)
1 parent a586aea commit ddfdc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
- name: Publish Release Packages
181181
if: ${{ inputs.publishPackages == true }}
182182
env:
183-
TOKEN: ${{ github.token }}
183+
TOKEN: ${{ steps.idtoken.outputs.id_token }}
184184
UPLOAD_URL: "https://up-ap.nginx.com"
185185
run: |
186186
make release

0 commit comments

Comments
 (0)