Skip to content

Commit

Permalink
ci: add 'contents: write' permission (GreptimeTeam#3989)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored and WenyXu committed May 21, 2024
1 parent 70a0e12 commit 1ea951c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,10 @@ env:
# Note: The NEXT_RELEASE_VERSION should be modified manually by every formal release.
NEXT_RELEASE_VERSION: v0.9.0

# Permission reference: https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
issues: write
issues: write # Allows the action to create issues for cyborg.
contents: write # Allows the action to create a release.

jobs:
allocate-runners:
Expand Down

0 comments on commit 1ea951c

Please sign in to comment.