Change secret name

This commit is contained in:
Marcos Alano 2023-12-18 19:42:30 -03:00
parent 9d9f27ba17
commit 694a0da910

View File

@ -51,4 +51,4 @@ jobs:
- name: Publish Snaps to the Snap Store (stable channel)
run: for snap in $(ls dist/*.snap); do snapcraft upload --release=stable $snap; done
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}