Skip to content

Commit

Permalink
ci: add write permission to release job (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Jan 11, 2024
1 parent f10a5fe commit 2daca2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
create_new_version:
runs-on: ubuntu-latest
needs: smoke_test
permissions:
contents: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
# Tag here, the CircleCI workflow will trigger on the new tag and do the CFA publish
Expand Down

0 comments on commit 2daca2b

Please sign in to comment.