Skip to content

Commit

Permalink
Revert "backport.yml: use a PAT token of a user with write access to …
Browse files Browse the repository at this point in the history
…the repo"

This reverts commit 64971a1.
  • Loading branch information
rouault committed Feb 29, 2024
1 parent 0bd125b commit 988ea82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Expand Up @@ -22,4 +22,4 @@ jobs:
if: github.event.pull_request.merged && ( ( github.event.action == 'closed' && contains( join( github.event.pull_request.labels.*.name ), 'backport') ) || contains( github.event.label.name, 'backport' ) )
uses: m-kuhn/backport@v1.2.7
with:
github_token: ${{ secrets.MAPSERVER_ROUAULT_BACKPORT_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 988ea82

Please sign in to comment.