Skip to content

Commit b0452c7

Browse files
committed
use GITHUB_TOKEN
1 parent ce5aa53 commit b0452c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,16 @@ jobs:
222222

223223
- name: Publish GitHub Release
224224
uses: actions/create-release@v1
225+
env:
226+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
225227
with:
226228
tag_name: ${{ github.ref }}
227229
release_name: Release ${{ github.ref }}
228230

229231
- name: Upload Release Assets
230232
uses: actions/upload-release-asset@v1
233+
env:
234+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
231235
with:
232236
upload_url: ${{ steps.create_release.outputs.upload_url }}
233237
asset_path: ${{ github.workspace }}/python/framework/dist/pypccl-*.whl

0 commit comments

Comments
 (0)