mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore(ci): rename some worflow secrets
This commit is contained in:
committed by
Quentin Bourgerie
parent
24457bd3e8
commit
556ff1249b
2
.github/workflows/push-python-packages.yml
vendored
2
.github/workflows/push-python-packages.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Download release assets
|
||||
uses: duhow/download-github-release-assets@v1
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN_RELEASE }}
|
||||
token: ${{ secrets.CONCRETE_ACTIONS_TOKEN }}
|
||||
repository: ${{ github.repository }}
|
||||
tag: ${{ github.event.inputs.tag }}
|
||||
files: '*'
|
||||
|
||||
Reference in New Issue
Block a user