Skip to content

Commit f26ed85

Browse files
Doc + Changelog generation GHA Environment Configuration (#656)
# Motivation <!-- Why is this change necessary? --> # 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 a996f65 commit f26ed85

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.PAT_TOKEN }}
69+
github_token: ${{ secrets.GHA_TOKEN }}
7070
branch: ${{ github.ref }}
7171

7272
release:

.github/workflows/generate-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010

1111
jobs:
1212
generate-docs:
13+
environment: auto-release
1314
runs-on: ubuntu-latest
1415
steps:
1516
- uses: actions/checkout@v4
@@ -32,5 +33,5 @@ jobs:
3233
- name: Push changes
3334
uses: ad-m/github-push-action@master
3435
with:
35-
github_token: ${{ secrets.PAT_TOKEN }}
36+
github_token: ${{ secrets.GHA_TOKEN }}
3637
branch: ${{ github.ref }}

0 commit comments

Comments
 (0)