Skip to content

Commit

Permalink
Add GH TOKEN explicitly for github-script to authenticate dependant b…
Browse files Browse the repository at this point in the history
…ot builds (#894)

Co-authored-by: Marcin Kuthan <mkuthan@gmail.com>
  • Loading branch information
mkuthan and Honkafritz authored Apr 12, 2022
1 parent b25bd43 commit 70bf72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
env:
APP_URL: ${{ steps.app-url.outputs.app_url }}
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
env:
REPORT_URL: ${{ steps.report-url.outputs.report_url }}
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
Expand Down

0 comments on commit 70bf72d

Please sign in to comment.