diff --git a/.github/workflows/kstrike-compile.yml b/.github/workflows/kstrike-compile.yml index d0a07faf..21d24155 100644 --- a/.github/workflows/kstrike-compile.yml +++ b/.github/workflows/kstrike-compile.yml @@ -3,7 +3,7 @@ # 2) Compress the binaries (because compression is cool) # 3) Upload everything in a new release # -# By default the binaries generated by this workflow are compiled using kisak-physics and RocketUI (client) by default +# By default the binaries generated by this workflow are compiled using iphys and RocketUI (client) by default # 02/2022 update: Now it should bump tag version so GitHub doesn't panic about it on every push name: CI-Workflow on: @@ -18,11 +18,8 @@ defaults: shell: bash jobs: build: + permissions: write-all runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write - repository-projects: write steps: - uses: actions/checkout@v3 with: