Skip to content

Commit

Permalink
fix: add missing secret
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-alarcon committed Sep 20, 2023
1 parent 4b8fa4a commit 9f83822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Build & Release
on: [push]

env:
GH_TOKEN: ${{ SECRETS.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}

jobs:
github-release:
Expand Down

0 comments on commit 9f83822

Please sign in to comment.