Skip to content

Commit a996f65

Browse files
chore: allowing gha to write docs to develop branch (#655)
# Motivation Doc generation needs to occur on develop # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
1 parent 997e36f commit a996f65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Push changes
6767
uses: ad-m/github-push-action@master
6868
with:
69-
github_token: ${{ secrets.GITHUB_TOKEN }}
69+
github_token: ${{ secrets.PAT_TOKEN }}
7070
branch: ${{ github.ref }}
7171

7272
release:

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: Push changes
3333
uses: ad-m/github-push-action@master
3434
with:
35-
github_token: ${{ secrets.GITHUB_TOKEN }}
35+
github_token: ${{ secrets.PAT_TOKEN }}
3636
branch: ${{ github.ref }}

0 commit comments

Comments
 (0)