Skip to content

Commit

Permalink
Remove usage of NHIBERNATE_BOT_TOKEN (nhibernate#3574)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik authored Jul 2, 2024
1 parent c265220 commit a998c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GenerateAsyncCode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
paths:
- '**.cs'

permissions: {}
permissions:
contents: write

jobs:
generate-async:
Expand All @@ -16,7 +17,6 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
token: ${{ secrets.NHIBERNATE_BOT_TOKEN }}

- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit a998c11

Please sign in to comment.