Skip to content

Commit 5a7b754

Browse files
committed
fix(workflows): remove PERSONAL_ACCESS_TOKEN from workflows
This commit updates the GitHub workflows by removing the PERSONAL_ACCESS_TOKEN secret from both the dependabot-reviewer and dotnet-publish workflows. - Removed PERSONAL_ACCESS_TOKEN from .github/workflows/dependabot-reviewer.yml - Removed PERSONAL_ACCESS_TOKEN from .github/workflows/dotnet-publish.yml
1 parent 9c94661 commit 5a7b754

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/dependabot-reviewer.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ jobs:
1010
review-dependabot-pr:
1111
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
1212
uses: JaCraig/Centralized-Workflows/.github/workflows/dependabot-reviewer.yml@main
13-
secrets:
14-
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

.github/workflows/dotnet-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ jobs:
1616
coveralls-upload: "./ObjectCartographer.Tests/TestResults-10.0.x/coverage.net10.0.info"
1717
test-filter: "ObjectCartographer.Tests"
1818
secrets:
19-
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2019
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)