Skip to content

Commit

Permalink
Update release workflow to login using new token
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Nov 4, 2024
1 parent 62687c3 commit 858a969
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ jobs:
- name: Wally login
if: steps.verify-changed-files.outputs.files_changed == 'true'
shell: pwsh
run: |
mkdir -p $env:USERPROFILE/.wally
echo '${{ secrets.WALLY_PUBLISHING_TOML }}' > $env:USERPROFILE/.wally/auth.toml
run: wally login --token ${{ secrets.WALLY_PUBLISH_TOKEN }}

- name: Wally publish
if: steps.verify-changed-files.outputs.files_changed == 'true'
Expand Down

0 comments on commit 858a969

Please sign in to comment.