diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 16:11:46 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 16:11:46 -0500 |
| commit | 07cc08924a9a15b4f743a68e0eabf8337b0b446a (patch) | |
| tree | 5d66f449532fd5c6e032ea6a782b3f349c09c923 | |
| parent | ec0a043dee7a5465a09fc2723680e743a5d18213 (diff) | |
Add workflow permissionsv2025-12-21.3
| -rw-r--r-- | .github/workflows/release.yml | 3 | ||||
| -rw-r--r-- | CHANGES.md | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9fa03a7..80d5bb67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,3 +99,6 @@ jobs: tomo-macos-universal.tar.gz tomo-macos-universal.tar.gz.sha256 +permissions: + contents: write + packages: write @@ -1,5 +1,9 @@ # Version History +## v2025-12-21.3 + +- Version bump + ## v2025-12-21.2 - Update build process |
