fix: Add permissions key to GHA workflow
Some checks failed
Build Ghidra Plugin / build (push) Has been cancelled

This commit is contained in:
Teal Bauer 2025-04-07 22:30:30 +02:00
parent 9a9d0e933f
commit 3ef444348c

View File

@ -8,6 +8,9 @@ on:
pull_request: pull_request:
branches: [ main ] branches: [ main ]
permissions:
contents: write
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest