Skip to content

Commit 5f6c9f6

Browse files
authored
Remove unneeded token from workflow inputs (#538)
* [skip ci] Remove unneeded token from workflow inputs * Remove token from example workflow
1 parent ebbf17b commit 5f6c9f6

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/publish-changelog.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: "Publish Changelog"
22
on:
33
workflow_dispatch:
44
inputs:
5-
token:
6-
description: "GitHub access token"
7-
required: true
85
target:
96
description: "The owner/repo GitHub target"
107
required: false

example-workflows/publish-changelog.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55

66
workflow_dispatch:
77
inputs:
8-
token:
9-
description: "GitHub access token"
10-
required: true
118
branch:
129
description: "The branch to target"
1310
required: false

0 commit comments

Comments
 (0)