Skip to content

Commit

Permalink
request write permissions for publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoust committed Nov 3, 2024
1 parent bd4bbb2 commit 278fe6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ImportBuddy.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Publish
name: Publish ImportBuddy

on:
release:
types: [published]
env:
DOTNET_CORE_VERSION: 8.0.x

permissions:
contents: write # This is required to create/push the new git tag

jobs:
release:
name: Release
Expand Down

0 comments on commit 278fe6a

Please sign in to comment.