Skip to content

Commit 5c666e4

Browse files
committed
chore: release-notes-preview from GitHub Market Place
1 parent 99b7b02 commit 5c666e4

File tree

2 files changed

+5
-115
lines changed

2 files changed

+5
-115
lines changed

.github/workflows/release-notes.yaml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,15 @@ on:
77
jobs:
88
preview:
99
runs-on: ubuntu-latest
10-
strategy:
11-
matrix:
12-
python-version: [3.8]
1310
steps:
1411
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1512
- uses: actions/checkout@v2
1613
- run: |
17-
git fetch --prune --unshallow
18-
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v1
14+
git fetch --prune --unshallow --tags
15+
- uses: snyk/[email protected]
2016
with:
21-
python-version: ${{ matrix.python-version }}
22-
- name: Install dependencies
23-
run: |
24-
python -m pip install --upgrade pip
25-
pip install requests
26-
- name: Post release notes
27-
run: python $GITHUB_WORKSPACE/scripts/post-release-notes-preview.py
17+
releaseBranch: staging
18+
githubPosterId: 18642669
2819
env:
29-
USERNAME: ${{ github.actor }}
20+
GITHUB_PR_USERNAME: ${{ github.actor }}
3021
GITHUB_TOKEN: ${{ secrets.RELEASE_NOTES_GITHUB_TOKEN }}

scripts/post-release-notes-preview.py

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)