Skip to content

Commit

Permalink
move snapcraft token to env as suggested by samuelmeuli/action-snapcr…
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkgrd committed Nov 18, 2022
1 parent 93378b7 commit d5be6e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
uses: samuelmeuli/action-snapcraft@v1
# Only install Snapcraft on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
with:
# Log in to Snap Store
snapcraft_token: ${{ secrets.snapcraft_token }}

- name: Electron Builder Action
uses: samuelmeuli/action-electron-builder@v1.6.0
Expand All @@ -63,3 +60,4 @@ jobs:
# setry crash reporting token
SENTRY_AUTH_TOKEN: ${{secrets.sentry_auth_token}}
USE_HARD_LINKS: false
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}

0 comments on commit d5be6e7

Please sign in to comment.