Skip to content

Commit

Permalink
add write permission to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
steffyP committed Jun 19, 2023
1 parent 2fe1b16 commit 38d62a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cloudpod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
branches:
- main
- cloudpod_workflow

permissions:
contents: write

name: Create Release
jobs:
Expand Down

0 comments on commit 38d62a0

Please sign in to comment.