nandi/cosmicnimpublic Fork 0
71c8e86
Commits
Clone
git clone https://git.rickub.com/nandi/cosmicnim.git
git clone ssh://git@rickub.com/nandi/cosmicnim.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Grant the release job contents:write so it can publish

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
nandithebull committed 2026-09-19T22:51:48-07:00 Browse files
71c8e86 parent: f5f8198
modified .github/workflows/release.yml +2 -0
@@ -9,6 +9,8 @@ on:
99 jobs:
1010 build:
1111 runs-on: ubuntu-latest
12+ permissions:
13+ contents: write
1214 steps:
1315 - uses: actions/checkout@v4
1416
@@ -9,6 +9,8 @@ on:
9 jobs:9 jobs:
10 build:10 build:
11 runs-on: ubuntu-latest11 runs-on: ubuntu-latest
12+ permissions:
13+ contents: write
12 steps:14 steps:
13 - uses: actions/checkout@v415 - uses: actions/checkout@v4
14 16