Skip to content

Commit

Permalink
fix permissions for create release action
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelteixeiraa committed Dec 13, 2023
1 parent b4c0bea commit 3fb1d24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ concurrency:

jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
environment: pypi
steps:
Expand All @@ -31,7 +33,7 @@ jobs:
uses: miguelteixeiraa/release-notes-from-pullrequests-action@main
with:
next-tag: ${{ inputs.next-tag }}
- uses: ncipollo/release-action@v1
- uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5
with:
tag: "v${{ inputs.next-tag }}"
commit: ${{ github.sha }}
Expand Down

0 comments on commit 3fb1d24

Please sign in to comment.