Skip to content

Commit

Permalink
Merge pull request #923 from jpazureid/use-pat
Browse files Browse the repository at this point in the history
Update ok-to-preview.yml
  • Loading branch information
watahani authored Jun 11, 2024
2 parents b286230 + 7d4c79c commit 63b1cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ok-to-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
env:
TOKEN: ${{ steps.generate_token.outputs.token }}
with:
token: ${{ env.TOKEN }}
token: ${{ secrets.PAT }}
reaction-token: ${{ secrets.GITHUB_TOKEN }}
issue-type: pull-request
commands: ok-to-preview
permission: write
permission: write

0 comments on commit 63b1cc0

Please sign in to comment.