Fix workflow ability to upload artifacts
Add content write permission to AppImage, macOS, and Windows workflows.
This commit is contained in:
parent
fa4d0e1f24
commit
7ad0c95594
2
.github/workflows/appimage.yml
vendored
2
.github/workflows/appimage.yml
vendored
@ -20,6 +20,8 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
permissions:
|
||||
contents: write
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -17,6 +17,8 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-13
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -21,6 +21,8 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
permissions:
|
||||
contents: write
|
||||
defaults:
|
||||
run:
|
||||
shell: msys2 {0}
|
||||
|
Loading…
x
Reference in New Issue
Block a user