Skip to content

Commit

Permalink
checking GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya committed Sep 20, 2023
1 parent aaf2cd5 commit 87e1b88
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build-pr-review-both-browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,16 @@ jobs:
path: |
browser-extension/plugin/extension-firefox/
browser-extension/plugin/extension-chrome/
- name: Echo GitHub Token
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: echo $GITHUB_TOKEN

- name: Create PR Comment with Artifact Link
uses: actions/github-script@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
run: echo $GITHUB_TOKEN
# - name: Create PR Comment with Artifact Link
# uses: actions/github-script@v5
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# script: |
# const artifact_url = `https://github.com/${{github.repository_owner}}/${{github.event.repository.name}}/actions/runs/${{ github.run_id }}`;
# const comment_body = `🛠 Your build files are available [here](${artifact_url}).`;
Expand Down

0 comments on commit 87e1b88

Please sign in to comment.