Skip to content

Commit

Permalink
chore: tweaking secret names
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Feb 16, 2024
1 parent ef0ba2c commit abc074c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-release-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ jobs:
matrix:
arch: [amd64, arm64, armhf]
if: ${{ inputs.do_snap }}
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}

steps:
- name: Checkout source code
Expand Down Expand Up @@ -165,7 +163,7 @@ jobs:
- name: Publish snap
uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_RELEASE_TOKEN }}
with:
snap: ${{ env.SNAP_BINARY_PATH }}
release: beta

0 comments on commit abc074c

Please sign in to comment.