Skip to content

Commit

Permalink
Merge pull request #5770 from koba1t/add_write_permission_to_run_rele…
Browse files Browse the repository at this point in the history
…ase_CI

add write permission to run release CI
  • Loading branch information
k8s-ci-robot authored Sep 26, 2024
2 parents 2cd9a2e + b36b222 commit 54cbcdc
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 54cbcdc

Please sign in to comment.