mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-09 15:35:24 +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/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -33,6 +33,9 @@ jobs:
|
|||
- get-release
|
||||
with:
|
||||
tag: ${{ jobs.get-release.outputs.tag }}
|
||||
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