We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a676d12 commit 7d53d23Copy full SHA for 7d53d23
1 file changed
.github/workflows/release_build.yml
@@ -62,10 +62,10 @@ jobs:
62
sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
63
mkdir -p $HOME/.cache/snapcraft/download
64
mkdir -p $HOME/.cache/snapcraft/stage-packages
65
- - name: snapcraft-login
66
- run: |
67
- echo "${{ secrets.SNAPCRAFT_LOGIN }}" | snapcraft login --with -
+ export SNAPCRAFT_STORE_CREDENTIALS=$(echo "${{ secrets.SNAPCRAFT_LOGIN }}") snapcraft login
68
snapcraft whoami
+ env:
+ SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_LOGIN }}
69
- name: Write signing key to disk
70
run: 'echo "$KEY" > cosign.key'
71
shell: bash
0 commit comments