Skip to content

Commit 6036845

Browse files
committed
Updates snap login
1 parent 1cfdfad commit 6036845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
- name: Snapcraft Login
3737
if: success() && startsWith(github.ref, 'refs/tags/')
3838
env:
39-
SNAPCRAFT_TOKEN: ${{ secrets.SNAP_LOGIN_KEY }}
39+
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_LOGIN_KEY }}
4040
run: |
41-
snapcraft login --with <(echo "$SNAPCRAFT_TOKEN")
41+
snapcraft login
4242
- name: Docker Login
4343
if: success()
4444
env:

0 commit comments

Comments
 (0)