Skip to content
Snippets Groups Projects
Commit 2f7fabf1 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

ci/github: use secrets.AUTH_TOKEN

parent 60274655
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.AUTH_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
......@@ -200,7 +200,7 @@ jobs:
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.AUTH_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/python/dist/*.whl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment