Skip to content

Commit 0be48f1

Browse files
chore: permissions on gha configured successfully (#662)
# 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 750bfc3 commit 0be48f1

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
@@ -47,6 +47,7 @@ jobs:
4747
- uses: actions/checkout@v4
4848
with:
4949
fetch-depth: 0
50+
token: ${{ secrets.GHA_TOKEN }}
5051

5152
- name: Setup backend
5253
uses: ./.github/actions/setup-environment
@@ -66,7 +67,6 @@ jobs:
6667
- name: Push changes
6768
uses: ad-m/github-push-action@master
6869
with:
69-
github_token: ${{ secrets.GHA_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
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19+
token: ${{ secrets.GHA_TOKEN }}
1920

2021
- name: Setup backend
2122
uses: ./.github/actions/setup-environment
@@ -33,5 +34,4 @@ jobs:
3334
- name: Push changes
3435
uses: ad-m/github-push-action@master
3536
with:
36-
github_token: ${{ secrets.GHA_TOKEN }}
3737
branch: ${{ github.ref }}

0 commit comments

Comments
 (0)