changed deploy permissions

This commit is contained in:
Eljakim Herrewijnen 2025-01-03 18:40:47 +01:00
parent a05c7d470e
commit 4afaff20f2

View File

@ -13,6 +13,8 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v2