Skip to content

Commit 7a9783b

Browse files
committed
Update credentials handling.
1 parent 7e31f5d commit 7a9783b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unstable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- name: Setup Snapcraft
2727
run: |
2828
sudo snap install snapcraft --classic
29-
echo "$SNAP_TOKEN" | snapcraft login --with -
29+
snapcraft login --with -
3030
env:
31-
SNAP_TOKEN: ${{secrets.SNAP_TOKEN}}
31+
SNAPCRAFT_STORE_CREDENTIALS: ${{secrets.SNAP_TOKEN}}
3232
- name: Build amd64
3333
env:
3434
SNAPCRAFT_BUILD_ENVIRONMENT: host

0 commit comments

Comments
 (0)