We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e38fb6 + 0a38cad commit 70896f1Copy full SHA for 70896f1
.github/workflows/validate_modified_targets.yml
@@ -85,6 +85,7 @@ jobs:
85
if: steps.discover-modified.outputs.changed_targets != ''
86
uses: actions/github-script@v8
87
with:
88
+ github-token: ${{ secrets.GITHUB_TOKEN }}
89
script: |
90
const fs = require('fs');
91
const body = fs.readFileSync('validation_summary.md', 'utf8');
0 commit comments