Skip to content

Commit 01dbf8a

Browse files
authored
chore: remove usage of NHIBERNATE_BOT_TOKEN (#44)
1 parent 5f5a855 commit 01dbf8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/GenerateAsyncCode.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
paths:
66
- '**.cs'
77

8-
permissions: {}
8+
permissions:
9+
contents: write
910

1011
jobs:
1112
generate-async:
@@ -20,7 +21,6 @@ jobs:
2021
fetch-depth: 0
2122
ref: ${{ github.event.pull_request.head.ref }}
2223
repository: ${{ github.event.pull_request.head.repo.full_name }}
23-
token: ${{ secrets.NHIBERNATE_BOT_TOKEN }}
2424

2525
- name: Setup .NET
2626
uses: actions/setup-dotnet@v4
@@ -43,4 +43,4 @@ jobs:
4343
fi
4444
git add -A
4545
git commit -am "Generate async files"
46-
git push origin HEAD:${{ github.event.pull_request.head.ref }}
46+
git push

0 commit comments

Comments
 (0)