Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Fix: actions/runs/7411880342/job/20167422008 (#4987)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshraj8843 authored Jan 4, 2024
1 parent 5a35312 commit b3544bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/submit-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
TRIGGER_SUBMIT_PROGRAM: true

# Secrets
GITHUB_TOKEN: ${{ secrets.CODINASION_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CODINASION_REPO_TOKEN }}

# Create Pull Request
- name: Create Pull Request
Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
TRIGGER_SUBMIT_PROGRAM_COMMENT_CLOSE: true

# Secrets
GITHUB_TOKEN: ${{ secrets.CODINASION_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CODINASION_REPO_TOKEN }}

0 comments on commit b3544bf

Please sign in to comment.