Try to use SNAPCRAFT_STORE_LEGACY_CREDENTIALS for now

pull/1326/head
Koen Schmeets 2023-01-08 13:06:08 +01:00 committed by GitHub
parent 1827d154c8
commit 10cb310f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ jobs:
if: github.event_name == 'push' if: github.event_name == 'push'
uses: snapcore/action-publish@v1 uses: snapcore/action-publish@v1
env: env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPSTORE_LOGIN }} SNAPCRAFT_STORE_LEGACY_CREDENTIALS: ${{ secrets.SNAPSTORE_LOGIN }}
with: with:
snap: ${{ steps.build.outputs.snap }} snap: ${{ steps.build.outputs.snap }}
release: edge release: edge