Skip to content

Commit

Permalink
Merge pull request #18 from JuliaCI/revert-17-credentials
Browse files Browse the repository at this point in the history
Revert "Fix secret name"
  • Loading branch information
pabloferz authored Jan 12, 2024
2 parents e80b9c2 + b1c02be commit 20fefcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Upload and Release
uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_TOKEN }}
with:
snap: ${{ steps.snapcraft.outputs.snap }}
release: ${{ inputs.release == 'lts' && 'lts/stable' || inputs.release }}

0 comments on commit 20fefcf

Please sign in to comment.