Skip to content

Commit

Permalink
Update secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot authored Aug 24, 2024
1 parent 83add54 commit 797a878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snap-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Publish snap
uses: snapcore/action-publish@v1
env:
SNAP_STORE_CREDENTIALS: ${{ secrets.store-login }}
SNAP_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
if: env.SNAP_STORE_CREDENTIALS
with:
snap: ${{ steps.build.outputs.snap }}
Expand Down

0 comments on commit 797a878

Please sign in to comment.