Skip to content

Commit

Permalink
Updated Private Key For Plagiarism Checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
DevIos01 committed Dec 19, 2023
1 parent 70caa22 commit 188737b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_plagiarism.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: success()
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.PR_COMMENT_PRIVATE_KEY }}
script: |
const fs = require('fs');
const output = fs.readFileSync('plagiarism_results.txt', 'utf8');
Expand Down

0 comments on commit 188737b

Please sign in to comment.