Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 144949c

Browse files
committed
chore(GH): fix release artifact step
1 parent fdd50e6 commit 144949c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
- name: Get release data
235235
id: retrieve_release
236236
env:
237-
GITHUB_TOKEN: ${{ secrets.token }}
237+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
238238
run: |
239239
gh api repos/commercetools/commercetools-php-sdk/releases/tags/$SOURCE_TAG > release_data.json
240240
echo 'UPLOAD_URL='$(jq '.upload_url' release_data.json) >> $GITHUB_ENV

0 commit comments

Comments
 (0)