Skip to content

Commit

Permalink
chore: update secret with GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
a0m0rajab authored Sep 27, 2023
1 parent 2a77fb2 commit cdccee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/intelligent-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Write GitHub Comment
uses: actions/github-script@v6
with:
github-token: ${{ secrets.IVY_BRANCH_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
Expand Down

0 comments on commit cdccee7

Please sign in to comment.