Skip to content

Commit 5f2f6b4

Browse files
authored
Merge pull request #1407 from crypto-com/fix/snapcraft-auth
Fix: Snapcraft Auth
2 parents 587353c + d3df33c commit 5f2f6b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
yarn install --network-timeout 600000
3535
3636
- name: Install Snapcraft
37-
uses: samuelmeuli/action-snapcraft@v1
37+
uses: samuelmeuli/action-snapcraft@v2
3838
# Only install Snapcraft on Ubuntu
3939
if: startsWith(matrix.os, 'ubuntu')
4040
with:
4141
# Log in to Snap Store
42-
snapcraft_token: ${{ secrets.snapcraft_token }}
42+
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
4343

4444
# - name: Install AzureSignTool
4545
# # Only install Azure Sign Tool on Windows

0 commit comments

Comments
 (0)