Skip to content

Commit

Permalink
Remove unneeded token from workflow inputs (#538)
Browse files Browse the repository at this point in the history
* [skip ci] Remove unneeded token from workflow inputs

* Remove token from example workflow
  • Loading branch information
fcollonval authored Dec 3, 2023
1 parent ebbf17b commit 5f6c9f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: "Publish Changelog"
on:
workflow_dispatch:
inputs:
token:
description: "GitHub access token"
required: true
target:
description: "The owner/repo GitHub target"
required: false
Expand Down
3 changes: 0 additions & 3 deletions example-workflows/publish-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:

workflow_dispatch:
inputs:
token:
description: "GitHub access token"
required: true
branch:
description: "The branch to target"
required: false
Expand Down

0 comments on commit 5f6c9f6

Please sign in to comment.