From 8117a21d59d4cf414a636ece1ca4e7de0aeb304b Mon Sep 17 00:00:00 2001 From: Koen Schmeets Date: Tue, 31 Jan 2023 23:45:42 +0100 Subject: [PATCH] Revert legacy snapstore key --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 65e914f2..e4e7c21a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -131,7 +131,7 @@ jobs: if: github.event_name == 'push' uses: snapcore/action-publish@v1 env: - SNAPCRAFT_STORE_LEGACY_CREDENTIALS: ${{ secrets.SNAPSTORE_LOGIN }} + SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPSTORE_LOGIN }} with: snap: ${{ steps.build.outputs.snap }} release: edge