Skip to content

Commit 7d37635

Browse files
committed
Fix credentials handling.
1 parent 7a9783b commit 7d37635

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/unstable.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
- name: Setup Snapcraft
2727
run: |
2828
sudo snap install snapcraft --classic
29-
snapcraft login --with -
30-
env:
31-
SNAPCRAFT_STORE_CREDENTIALS: ${{secrets.SNAP_TOKEN}}
3229
- name: Build amd64
3330
env:
3431
SNAPCRAFT_BUILD_ENVIRONMENT: host
@@ -42,3 +39,5 @@ jobs:
4239
- name: Upload
4340
run: |
4441
for f in *.snap; do snapcraft upload --release=edge $f; done
42+
env:
43+
SNAPCRAFT_STORE_CREDENTIALS: ${{secrets.SNAP_TOKEN}}

0 commit comments

Comments
 (0)