Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating to a PAT named UPGRADE_PROVIDER_TOKEN
Browse files Browse the repository at this point in the history
The token needs to have repository scoped permissions to:
-  **Read** access to actions, commit statuses, metadata, and secrets
- **Read** and **Write** access to code, issues, pull requests, and workflows
ringods committed Nov 13, 2024

Verified

This commit was signed with the committer’s verified signature.
ringods Ringo De Smet
1 parent d786602 commit d2a9176
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ permissions:
pull-requests: write

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.UPGRADE_PROVIDER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ permissions:
pull-requests: write

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.UPGRADE_PROVIDER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ permissions:
pull-requests: write

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.UPGRADE_PROVIDER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ permissions:
pull-requests: write

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.UPGRADE_PROVIDER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ permissions:
pull-requests: write

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.UPGRADE_PROVIDER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ permissions:
pull-requests: write

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.UPGRADE_PROVIDER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ permissions:
pull-requests: write

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.UPGRADE_PROVIDER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ permissions:
pull-requests: write

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.UPGRADE_PROVIDER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ permissions:
pull-requests: write

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.UPGRADE_PROVIDER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:

0 comments on commit d2a9176

Please sign in to comment.