Skip to content

Commit

Permalink
Move snapcraft credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonXLF committed Oct 16, 2023
1 parent e94e088 commit ad693e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ jobs:
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v2
if: startsWith(matrix.os, 'ubuntu')
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}

- name: Install dependencies
run: npm install

- name: Deploy app
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
run: npm run deploy

0 comments on commit ad693e3

Please sign in to comment.