mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-03 18:59:42 -04:00
read/write perms for gh actions workflow
This commit is contained in:
parent
007902868b
commit
656ebd988b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-shit.yml
vendored
3
.github/workflows/build-shit.yml
vendored
|
@ -38,6 +38,9 @@ jobs:
|
|||
needs: check_date
|
||||
if: ${{ needs.check_date.outputs.should_run != 'false'}}
|
||||
runs-on: 64fast
|
||||
permissions:
|
||||
contents: write
|
||||
actions: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Restore existing build cache for faster compilation
|
||||
|
|
Loading…
Add table
Reference in a new issue