mirror of
https://github.com/openshift/openshift-mcp-server.git
synced 2025-10-17 14:27:48 +03:00
fix(ci): release needs workflow permissions
I forgot I disabled stuff user/org wide for security purposes.
This commit is contained in:
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@@ -13,6 +13,10 @@ concurrency:
|
||||
env:
|
||||
GO_VERSION: 1.23
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
discussions: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
@@ -30,7 +34,6 @@ jobs:
|
||||
- name: Upload artifacts
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
generate_release_notes: true
|
||||
make_latest: true
|
||||
files: |
|
||||
|
||||
Reference in New Issue
Block a user