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.
1 parent 9b3dc3e commit 0a38cadCopy full SHA for 0a38cad
.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