Skip to content

Commit

Permalink
change token name
Browse files Browse the repository at this point in the history
  • Loading branch information
anshgoyalevil committed Oct 18, 2024
1 parent a5122fb commit a7d2172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/if-nodejs-pr-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
if: steps.packagejson.outputs.exists == 'true'
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GH_TOKEN }}
script: |
const output = `steps.markdown_check.outputs.markdown_output`;
let body = "### Markdown Check Results\n\n";
Expand Down

0 comments on commit a7d2172

Please sign in to comment.