Skip to content

Commit

Permalink
add permissions: write-all to release workflow (#1461)
Browse files Browse the repository at this point in the history
Co-authored-by: mzitnik <mark.zitnik@clickhouse.com>
  • Loading branch information
mzitnik and mzitnik committed Oct 1, 2023
1 parent 0935e6a commit d384444
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
name: "Build and Publish Artifact"
runs-on: "ubuntu-latest"

permissions: write-all

steps:
- name: Check out Git repository
uses: actions/checkout@v3
Expand Down

0 comments on commit d384444

Please sign in to comment.