Skip to content

Commit

Permalink
ci: allow write permission for GitHub integration token
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Apr 4, 2024
1 parent 13ba6d9 commit 9b2cd00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Release

# The worklow won't work without this permissions
# https://github.com/softprops/action-gh-release?tab=readme-ov-file#permissions
permissions:
contents: write

on:
push:
tags:
Expand Down

0 comments on commit 9b2cd00

Please sign in to comment.