Skip to content

Commit e7a7962

Browse files
committed
rework docs
1 parent 8f4d8f5 commit e7a7962

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/WORKFLOW_UPDATES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ All GitHub Actions workflows have been updated to use **Java 21** instead of Jav
2828
- SNAPSHOT versions are not available in public Maven repositories
2929
- The stable release version will prevent build failures in GitHub Actions
3030

31+
**GitHub Actions Permissions Fixed**
32+
- Added `permissions: contents: write` to the workflow
33+
- This allows the auto-release job to create and update tags/releases
34+
- Fixes the "Resource not accessible by integration" error
35+
3136
## Testing
3237

3338
The workflows will now:

.github/workflows/build-and-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- main
1313
- master
1414

15+
permissions:
16+
contents: write
17+
1518
jobs:
1619
build:
1720
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)