mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Update snap login in workflow
This commit is contained in:
parent
ac520d656b
commit
70256dd0b9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish-snap.yml
vendored
3
.github/workflows/publish-snap.yml
vendored
|
@ -59,8 +59,9 @@ jobs:
|
|||
- name: Publish Snap Package
|
||||
uses: snapcore/action-publish@v1
|
||||
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/nightly'
|
||||
env:
|
||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_LOGIN }}
|
||||
with:
|
||||
store_login: ${{ secrets.SNAP_LOGIN }}
|
||||
snap: ${{ steps.build.outputs.snap }}
|
||||
release: ${{ steps.prepare.outputs.RELEASE }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue