Skip to content

Commit 0a38cad

Browse files
committed
fix(ci): issue write permission
1 parent 9b3dc3e commit 0a38cad

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)