Skip to content

Commit

Permalink
Fix release job
Browse files Browse the repository at this point in the history
Fix release workflow 
Example failure: https://github.com/eclipse-dirigible/dirigible/actions/runs/12688097060

```
Run softprops/action-gh-release@v2
👩‍🏭 Creating new GitHub release for tag v10.6.38...
⚠️ GitHub release failed with status: 403
{"message":"Resource not accessible by integration","documentation_url":"https://docs.github.com/rest/releases/releases#create-a-release","status":"403"}
Skip retry — your GitHub token/PAT does not have the required permission to create a release
Error: Resource not accessible by integration - https://docs.github.com/rest/releases/releases#create-a-release
```

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>
  • Loading branch information
iliyan-velichkov authored Jan 13, 2025
1 parent 928085a commit ead12f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:

run-name: 'version set to ${{ github.event.inputs.releaseVersion }} for release'

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ead12f0

Please sign in to comment.