Skip to content

Commit d90717a

Browse files
committed
chore: add GITHUB_TOKEN to GitHub Actions workflow
1 parent 3ccb998 commit d90717a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ jobs:
4343
insights-report: true
4444
slowest-report: true
4545
upload-artifact: true
46+
env:
47+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
if: always()

0 commit comments

Comments
 (0)