dep

Package manager for embedded C libraries
git clone git://git.finwo.net/app/dep
Log | Files | Refs | README | LICENSE

commit 846ab1776fc8c3d77f5e4b9a5aec692bcb9e35c5
parent ead2e9b9f57387d6ffbb2cc3c892d786809d77f3
Author: finwo <finwo@pm.me>
Date:   Sat, 14 Mar 2026 17:14:06 +0100

Explicitly state write perms

Diffstat:
M.github/workflows/edge.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/edge.yml b/.github/workflows/edge.yml @@ -6,6 +6,9 @@ on: - main - rewrite-c +permissions: + contents: write + jobs: edge: runs-on: ubuntu-latest