Skip to content

Commit

Permalink
add secret propagation to workflow callers
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmh3ro authored Nov 16, 2023
1 parent 4c28b42 commit 9731106
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
files:
required: false
type: string
secrets:
GH_BRANCH_PROTECTION_APP_TOKEN:
description: 'The token used to push as a Github-app. Globally set in the organization'
required: true

jobs:
release:
Expand Down

0 comments on commit 9731106

Please sign in to comment.