Skip to content

Commit acd652f

Browse files
committed
ci: rename and update snapcraft login token
1 parent 8529f98 commit acd652f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
if: github.ref_type == 'branch' && github.ref == 'refs/heads/dev'
9191
uses: snapcore/action-publish@v1
9292
env:
93-
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
93+
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
9494
with:
9595
snap: ${{ steps.snap.outputs.snap }}
9696
release: edge
@@ -99,7 +99,7 @@ jobs:
9999
if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')
100100
uses: snapcore/action-publish@v1
101101
env:
102-
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
102+
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
103103
with:
104104
snap: ${{ steps.snap.outputs.snap }}
105105
release: stable

0 commit comments

Comments
 (0)