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