Add write contents permission

This commit is contained in:
Melon 2024-06-02 10:46:20 +01:00
parent 835152fb38
commit 386f5dec51
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -1,5 +1,10 @@
on: [push, pull_request] on: [push, pull_request]
name: Build name: Build
permissions:
contents: write
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest