Skip to content

Commit a998c11

Browse files
authored
Remove usage of NHIBERNATE_BOT_TOKEN (#3574)
1 parent c265220 commit a998c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/GenerateAsyncCode.yml

+2-2
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:
@@ -16,7 +17,6 @@ jobs:
1617
with:
1718
ref: ${{ github.event.pull_request.head.ref }}
1819
repository: ${{ github.event.pull_request.head.repo.full_name }}
19-
token: ${{ secrets.NHIBERNATE_BOT_TOKEN }}
2020

2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)