Skip to content

Commit

Permalink
fix(automation): Use dedicated PAT for skipping e2e (#4770)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored Jul 4, 2023
1 parent f09c895 commit d48475b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
if: ${{ startsWith(github.event.comment.body,'/skip-e2e') && steps.checkUserMember.outputs.isTeamMember == 'true' }}
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GH_AUTOMATION_PAT }}
script: |
github.rest.issues.addLabels({
issue_number: context.issue.number,
Expand Down

0 comments on commit d48475b

Please sign in to comment.