Skip to content

chore: add snyk test and snyk code test to pipeline #101

chore: add snyk test and snyk code test to pipeline

chore: add snyk test and snyk code test to pipeline #101

Workflow file for this run

name: Release-Notes-Preview
on:
pull_request:
branches: [ main ]
jobs:
preview:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- 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.RELEASE_NOTES_GITHUB_TOKEN }}