Skip to content

Commit

Permalink
fix: fix release notes GA
Browse files Browse the repository at this point in the history
  • Loading branch information
mstopa-splunk committed Oct 6, 2023
1 parent 554c30b commit 077c913
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/release-notes.yaml
Expand Up @@ -11,15 +11,10 @@ permissions:
contents: write

jobs:
preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
git fetch --prune --unshallow --tags
- uses: snyk/release-notes-preview@v1.6.2
with:
releaseBranch: main
env:
GITHUB_PR_USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
call-workflow-preview:
permissions:
contents: write
packages: write
uses: splunk/addonfactory-github-workflows/.github/workflows/reusable-release-notes.yaml@v1.3.4
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 077c913

Please sign in to comment.