Skip to content

Commit

Permalink
Replace usage of SUPPORT_TOKEN PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberdvs authored Nov 13, 2023
1 parent 3edebea commit 78b502f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Adding comment to PR with preview link and validation results
uses: actions/github-script@v6
with:
github-token: ${{ secrets.SUPPORT_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `Check **PR ${{ github.event.number }}** preview 👀 <br> <br> [https://x.test.empathy.co/preview/${{ github.event.number }}/index.html](https://x.test.empathy.co/preview/${{ github.event.number }}/index.html) `
})
})

0 comments on commit 78b502f

Please sign in to comment.