Skip to content

Commit

Permalink
add github token
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Jan 18, 2024
1 parent 0f619a2 commit 5c8e3b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ jobs:
git commit -m "Adding or updating the confluence pages" || echo "No changes to commit"
git push origin update/confluence-content
gh pr create --assignee "mishraomp" --base main --title "Updated content from confluence." --body "Updated content from confluence."
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 5c8e3b7

Please sign in to comment.