Skip to content

Commit

Permalink
Change environment variable used for Snap credentials
Browse files Browse the repository at this point in the history
Based off the changes made in solvespace/solvespace@10cb310. Hopefully this fixes things :p

skip-ci: create-release
skip-ci: deploy-mpr
  • Loading branch information
hwittenborn committed Jun 21, 2024
1 parent 2016643 commit a6b5b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
snap: ${{ steps.snapcraft-build.outputs.snap }}
release: stable
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
SNAPCRAFT_STORE_LEGACY_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
deploy-flathub:
runs-on: ubuntu-latest
needs: [deploy-snap]
Expand Down

0 comments on commit a6b5b98

Please sign in to comment.