Skip to content

Commit

Permalink
Fix add GREENBONE_BOT_TOKEN as a secret when not able to inherit (#151)
Browse files Browse the repository at this point in the history
This adds GREENBONE_BOT_TOKEN as a workflow secret so that build
pipelines that don't rely on inheritance are able to functions by
providing it manually.
  • Loading branch information
nichtsfrei authored Dec 16, 2024
1 parent d0cdc18 commit 4337eaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container-build-push-2nd-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ on:
required: false
GREENBONE_REGISTRY_TOKEN:
required: false
GREENBONE_BOT_TOKEN:
required: false
GREENBONE_REGISTRY_REPLICATION_USER:
required: false
GREENBONE_REGISTRY_REPLICATION_TOKEN:
Expand Down

0 comments on commit 4337eaf

Please sign in to comment.