Skip to content

Commit

Permalink
Update GitHub credentials in schedule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Mar 13, 2024
1 parent 15ebf56 commit b1fa328
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_PAT}} # Use this
token: ${{secrets.GH_PAT}} # Use this

- name: Set up Python
uses: actions/setup-python@v3
Expand Down Expand Up @@ -44,5 +44,5 @@ jobs:
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_EMAIL: [email protected]
# Ensure the git commands use the PAT
GIT_HTTPS_USERNAME: shanbro268 # update this
GIT_HTTPS_PASSWORD: ${{ secrets.GH_PAT}} # update this
GIT_HTTPS_USERNAME: LFL-Lab # update this
GIT_HTTPS_PASSWORD: ${{secrets.GH_PAT}} # update this

0 comments on commit b1fa328

Please sign in to comment.