We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8122c0e commit f349ca1Copy full SHA for f349ca1
.github/workflows/_publish-electron.yml
@@ -93,7 +93,7 @@ jobs:
93
uses: samuelmeuli/action-snapcraft@v2
94
if: startsWith(matrix.os, 'ubuntu')
95
env:
96
- SNAPCRAFT_TOKEN: ${{ secrets.SNAPCRAFT_TOKEN }}
+ SNAPCRAFT_TOKEN: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
97
98
- name: Prepare for app notarization
99
if: startsWith(matrix.os, 'macos')
@@ -140,7 +140,7 @@ jobs:
140
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
141
APPLEIDPASS: ${{ secrets.APPLE_ID_PASSWORD }}
142
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
143
- SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
+ SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
144
DEBUG: '@malept/flatpak-bundler'
145
146
# chocolatey
0 commit comments