Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #43 from kurmann/42-permissions-auf-workflow-ebene
Browse files Browse the repository at this point in the history
Berechtigungen auf Workflow-Ebene für das Schreiben von Paketen und Inhalten auf GitHub
  • Loading branch information
kurmann authored Apr 25, 2024
2 parents 6d596af + 35fba6e commit 977effa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
types: [published]
workflow_dispatch: # Erlaubt manuelles Auslösen des Workflows über die GitHub-Oberfläche

permissions:
contents: write
packages: write
pull-requests: read

env:
CSPROJ_FILE: Templates.csproj
DOTNET_VERSION: '8.0.x'
Expand Down

0 comments on commit 977effa

Please sign in to comment.