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 4cde24c commit e0c1833Copy full SHA for e0c1833
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- uses: snapcore/action-publish@214b86e5ca036ead1668c79afb81e550e6c54d40 # v1.2.0
77
env:
78
- SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
+ SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
79
with:
80
snap: ${{ steps.snapcraft.outputs.snap }}
81
release: ${{ env.ABI_VERSION }}/edge
0 commit comments