Skip to content

Commit

Permalink
Add write permissions to cd
Browse files Browse the repository at this point in the history
  • Loading branch information
AJGranowski committed Sep 29, 2024
1 parent b9001fa commit a64eaa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ jobs:
runs-on: ubuntu-latest
needs: ci
environment: production
permissions:
contents: write

if: ${{ startsWith(github.ref, 'refs/tags/release-') }}
steps:
- name: Harden Runner
Expand Down

0 comments on commit a64eaa8

Please sign in to comment.