mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-07-02 00:27:11 +00:00
read/write perms for gh actions workflow
This commit is contained in:
parent
007902868b
commit
656ebd988b
3
.github/workflows/build-shit.yml
vendored
3
.github/workflows/build-shit.yml
vendored
|
@ -38,6 +38,9 @@ jobs:
|
||||||
needs: check_date
|
needs: check_date
|
||||||
if: ${{ needs.check_date.outputs.should_run != 'false'}}
|
if: ${{ needs.check_date.outputs.should_run != 'false'}}
|
||||||
runs-on: 64fast
|
runs-on: 64fast
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
actions: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Restore existing build cache for faster compilation
|
- name: Restore existing build cache for faster compilation
|
||||||
|
|
Loading…
Reference in a new issue