mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-06 22:15:22 +02:00
add secrets
This commit is contained in:
parent
7231c842c0
commit
6d818fe5bc
3 changed files with 11 additions and 0 deletions
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
|
@ -22,6 +22,9 @@ jobs:
|
|||
- backend-tests
|
||||
with:
|
||||
tag: nightly
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
notify-discord:
|
||||
name: Notify Discord
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue