Skip to content

Commit 273d654

Browse files
authored
Change token secret for GitHub action
Signed-off-by: Eddie Knight <knight@linux.com>
1 parent bbb3550 commit 273d654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
owner: ${{ github.repository_owner }}
2626
repo: ${{ github.event.repository.name }}
27-
token: ${{ secrets.PVTR_GITHUB_TOKEN }}
27+
token: ${{ secrets.GH_AUTH_TOKEN }}
2828
catalog: "osps-baseline"
2929
upload-sarif: "true"
3030

0 commit comments

Comments
 (0)