Skip to content

Commit

Permalink
Merge pull request #7 from kddejong/feature/schema/releases
Browse files Browse the repository at this point in the history
Use PAT for creating release
  • Loading branch information
kddejong authored Aug 21, 2024
2 parents 962cceb + 8dad030 commit 17b74e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v1')
with:
token: ${{ secrets.GH_PAT }}
files: |
build/schemas-cfnlint.zip
build/schemas-draft7.zip

0 comments on commit 17b74e0

Please sign in to comment.