Skip to content

Commit

Permalink
check permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Apr 29, 2024
1 parent 609d074 commit fbda837
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
git status --porcelain | xargs -I {} -0 test -z \"{}\"
msvc:
permissions: write-all
runs-on: windows-latest

strategy:
Expand Down Expand Up @@ -133,6 +134,7 @@ jobs:
asset_content_type: application/zip

macos:
permissions: write-all
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -237,6 +239,7 @@ jobs:
enableCrossOsArchive: true

linux:
permissions: write-all
runs-on: [ self-hosted, linux, x64, "${{ matrix.config.preset }}" ]
container:
image: ghcr.io/motis-project/docker-cpp-build
Expand Down

0 comments on commit fbda837

Please sign in to comment.