Skip to content

Commit

Permalink
Request GITHUB_TOKEN for push workflow (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Mar 1, 2022
1 parent c9e1d56 commit 1095f70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
- 'releases/**'
- 'stable/**'
workflow_call: # allows reuse of this workflow from other devtools repos
secrets:
GITHUB_TOKEN:
description: 'Github token needed for access to release drafts'
required: true

jobs:
update_release_draft:
Expand Down

0 comments on commit 1095f70

Please sign in to comment.