Skip to content

Commit

Permalink
Revert #36
Browse files Browse the repository at this point in the history
Github does not allow use of the reserved name, giving error parsing called workflow "ansible-community/devtools/.github/workflows/push.yml@main": secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
  • Loading branch information
ssbarnea committed Mar 2, 2022
1 parent 1095f70 commit e9a808b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ 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 e9a808b

Please sign in to comment.