Skip to content

Commit

Permalink
add write permission to run release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
koba1t committed Sep 26, 2024
1 parent 2cd9a2e commit b36b222
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: release

permissions:
contents: write # Allow actions to update dependabot PRs

on:
push:
tags:
Expand Down

0 comments on commit b36b222

Please sign in to comment.