Skip to content

Commit

Permalink
Add issues: write permission to close associated Github milestone (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
SBGoods authored Jan 11, 2024
1 parent 6183b78 commit 85a6f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
needs: [ release-notes ]
permissions:
contents: write # Needed for goreleaser to create GitHub release
issues: write # Needed for goreleaser to close associated milestone
uses: hashicorp/ghaction-terraform-provider-release/.github/workflows/hashicorp.yml@01981baad5d35ce2342924e60ae91cf69fe31fd0 # v2.3.0
secrets:
hc-releases-key-prod: '${{ secrets.HC_RELEASES_KEY_PROD }}'
Expand Down

0 comments on commit 85a6f58

Please sign in to comment.