Skip to content

Commit

Permalink
Remove usage of NHIBERNATE_BOT_TOKEN
Browse files Browse the repository at this point in the history
NHIBERNATE_BOT_TOKEN was a stop-gap solution when the GITHUB_TOKEN permissions were not configurable
  • Loading branch information
hazzik authored and RogerKratz committed Jul 9, 2024
1 parent a5fea04 commit 3bab20f
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@v3
Expand Down

0 comments on commit 3bab20f

Please sign in to comment.