Skip to content

Commit

Permalink
Use org-level secret rather than repo-level secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Nov 4, 2024
1 parent 858a969 commit 99565b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Wally login
if: steps.verify-changed-files.outputs.files_changed == 'true'
shell: pwsh
run: wally login --token ${{ secrets.WALLY_PUBLISH_TOKEN }}
run: wally login --token ${{ secrets.WALLY_PUBLIC_PUBLISH_TOKEN }}

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

0 comments on commit 99565b6

Please sign in to comment.