add secrets

This commit is contained in:
Hayden 2022-09-10 11:13:40 -08:00
parent 7231c842c0
commit 6d818fe5bc
3 changed files with 11 additions and 0 deletions

View File

@ -22,6 +22,9 @@ jobs:
- backend-tests - backend-tests
with: with:
tag: nightly tag: nightly
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
notify-discord: notify-discord:
name: Notify Discord name: Notify Discord

View File

@ -6,6 +6,11 @@ on:
tag: tag:
required: true required: true
type: string type: string
secrets:
DOCKERHUB_USERNAME:
required: true
DOCKERHUB_TOKEN:
required: true
jobs: jobs:
build: build:

View File

@ -33,6 +33,9 @@ jobs:
- get-release - get-release
with: with:
tag: ${{ jobs.get-release.outputs.tag }} tag: ${{ jobs.get-release.outputs.tag }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
notify-discord: notify-discord:
name: Notify Discord name: Notify Discord