cd(release): Catastrophic failure of providing 'bearer' twice avoided
This commit is contained in:
parent
82b3cc0336
commit
387316b101
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
|||
run: wally publish
|
||||
|
||||
- name: Pesde Login
|
||||
run: pesde auth login --token "Bearer ${{ secrets.PESDE_AUTH_TOKEN }}"
|
||||
run: pesde auth login --token ${{ secrets.PESDE_AUTH_TOKEN }}
|
||||
|
||||
- name: Pesde Publish
|
||||
run: pesde publish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue