Skip to content

Commit 70896f1

Browse files
committed
Merge branch 'master' into Issue#2442
2 parents 1e38fb6 + 0a38cad commit 70896f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate_modified_targets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
if: steps.discover-modified.outputs.changed_targets != ''
8686
uses: actions/github-script@v8
8787
with:
88+
github-token: ${{ secrets.GITHUB_TOKEN }}
8889
script: |
8990
const fs = require('fs');
9091
const body = fs.readFileSync('validation_summary.md', 'utf8');

0 commit comments

Comments
 (0)