Skip to content

Commit

Permalink
add snapcraft credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Oct 10, 2024
1 parent 6f8eca2 commit d6eda0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,7 @@ jobs:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_APP_PASSWORD: ${{ secrets.APPLE_APP_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
# for snapcraft
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
# For every platform
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit d6eda0e

Please sign in to comment.