Skip to content

Commit

Permalink
Fix GHA config for Release Drafter (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Apr 19, 2024
1 parent 854753d commit 68cecf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ permissions:
contents: read

jobs:
if: github.repository == 'kr8s-org/kr8s'
update_release_draft:
if: github.repository == 'kr8s-org/kr8s'
permissions:
# Write permission is required to create a GitHub release
contents: write
Expand Down

0 comments on commit 68cecf6

Please sign in to comment.