1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-03-21 01:19:26 +00:00

read/write perms for gh actions workflow

This commit is contained in:
Cameron Taylor 2023-03-08 23:41:13 -05:00 committed by GitHub
parent 007902868b
commit 656ebd988b

View file

@ -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