Skip to content

Commit 797e4a9

Browse files
committed
Fix environment variable
1 parent a4dcbc4 commit 797e4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: build
3232
- uses: snapcore/action-publish@v1
3333
env:
34-
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
34+
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
3535
with:
3636
snap: ${{ steps.build.outputs.snap }}
3737
release: edge

0 commit comments

Comments
 (0)