Skip to content

Commit 65a775c

Browse files
committed
Remove unused github token
1 parent a9af088 commit 65a775c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ inputs:
1313
description: 'Relative destination location for processed SARIF file(s)'
1414
required: true
1515
default: './findings.processed.sarif'
16-
githubToken:
17-
description: 'Provide `secrets.GITHUB_TOKEN` to use the GitHub access token automatically supplied by GitHub Workflows'
18-
required: false
1916
runs:
2017
using: 'node20'
2118
main: 'dist/index.js'

0 commit comments

Comments
 (0)