Skip to content

Commit

Permalink
fixed workflows (i hope so)
Browse files Browse the repository at this point in the history
  • Loading branch information
yungDoom committed Nov 29, 2024
1 parent 237974a commit 16fa55e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/kstrike-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 16fa55e

Please sign in to comment.