Skip to content

Commit

Permalink
ci: rename and update snapcraft login token
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Aug 5, 2024
1 parent 8529f98 commit acd652f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
if: github.ref_type == 'branch' && github.ref == 'refs/heads/dev'
uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
with:
snap: ${{ steps.snap.outputs.snap }}
release: edge
Expand All @@ -99,7 +99,7 @@ jobs:
if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')
uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
with:
snap: ${{ steps.snap.outputs.snap }}
release: stable

0 comments on commit acd652f

Please sign in to comment.