Skip to content

Commit

Permalink
Merge pull request #17 from eclipse-cdt-cloud/thegecko-patch-1
Browse files Browse the repository at this point in the history
Add write permission for release publishing
  • Loading branch information
thegecko authored Feb 10, 2024
2 parents 787d911 + e610940 commit 9fa3f6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
needs: build
name: Create Release
runs-on: ubuntu-latest
permissions:
contents: write
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9fa3f6c

Please sign in to comment.