Skip to content

Commit e36700f

Browse files
authored
fix: use default authenticatin token for scorecard workflow (#118)
1 parent d60feba commit e36700f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
# To guarantee Maintained check is occasionally updated. See
1111
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
1212
schedule:
13-
- cron: '16 14 * * 2'
13+
- cron: "16 14 * * 2"
1414
push:
15-
branches: [ "master" ]
15+
branches: ["master"]
1616

1717
# Declare default permissions as read only.
1818
permissions: read-all
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif
44-
repo_token: ${{ secrets.SCORECARD_TOKEN }}
44+
repo_token: ${{ secrets.GITHUB_TOKEN }}
4545

4646
# Public repositories:
4747
# - Publish results to OpenSSF REST API for easy access by consumers

0 commit comments

Comments
 (0)