mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
declare the discord related secrets and mark inheritance (#38)
This commit is contained in:
1
.github/workflows/build_container_images.yml
vendored
1
.github/workflows/build_container_images.yml
vendored
@@ -18,3 +18,4 @@ jobs:
|
||||
with:
|
||||
tachidesk_release_type: ${{ inputs.tachidesk_release_type }}
|
||||
do_upload: true
|
||||
secrets: inherit
|
||||
|
||||
5
.github/workflows/container.yml
vendored
5
.github/workflows/container.yml
vendored
@@ -13,6 +13,11 @@ on:
|
||||
default: true
|
||||
description: 'Should the image be uploaded to the registry?'
|
||||
type: boolean
|
||||
secrets:
|
||||
DISCORD_TACHIDESK_WEBHOOK_ID:
|
||||
required: true
|
||||
DISCORD_TACHIDESK_TOKEN:
|
||||
required: true
|
||||
|
||||
env:
|
||||
server_repo: ${{ inputs.tachidesk_release_type == 'stable' && 'Tachidesk-Server' || 'Tachidesk-Server-preview' }}
|
||||
|
||||
1
.github/workflows/preview_build_on_push.yml
vendored
1
.github/workflows/preview_build_on_push.yml
vendored
@@ -14,3 +14,4 @@ jobs:
|
||||
tachidesk_release_type: 'preview'
|
||||
# i.e. only upload the container on push-to-main
|
||||
do_upload: ${{ github.event_name == 'push' }}
|
||||
secrets: inherit
|
||||
|
||||
Reference in New Issue
Block a user