Skip to content

Commit

Permalink
Remove token from script
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jul 9, 2024
1 parent 2b5b0ac commit f4352a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr_approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- name: Check PR Relevance and Approvals
uses: actions/github-script@v6
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const fs = require('fs');
const toml = require('@iarna/toml');
Expand Down

0 comments on commit f4352a3

Please sign in to comment.