Hide inputs from action logs

This commit is contained in:
Bryan
2026-01-12 17:31:05 -06:00
committed by GitHub
parent 1650994efa
commit 3c312dad7b
10 changed files with 802 additions and 557 deletions

View File

@@ -1,6 +1,7 @@
services:
rdgen:
# use bryangerlach/rdgen:latest for the latest build
#build: .
image: bryangerlach/rdgen:latest
restart: unless-stopped
environment:
@@ -8,6 +9,8 @@ services:
GHUSER: "github_username"
GHBEARER: "github_access_token"
GENURL: "accessible_url_of_server"
ZIP_PASSWORD: ""
GHBRANCH: "master"
PROTOCOL: "https"
REPONAME: "rdgen"
ports: