Skip to content

Commit 1880ec8

Browse files
authored
ci: update changelog action
1 parent a27d6f3 commit 1880ec8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/changelog.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@ on:
1313

1414
jobs:
1515
release:
16-
uses: sqlitecloud/changelog-action/.github/workflows/action.yml@main
16+
# Pin to a reviewed release tag (or, strongest, a full commit SHA) — not @main. See "Security" below.
17+
uses: sqlitecloud/changelog-action/.github/workflows/action.yml@v1
1718
with:
1819
name: "SQLite-Sync"
20+
stage_branch: ${{ vars.WEBSITE_STAGE_BRANCH }} # staging branch changelog PRs target
1921
create_release: false
2022
secrets:
2123
personal_access_token: ${{ secrets.WEBSITE_REPO_PAT }}
24+
website_repo: ${{ secrets.WEBSITE_REPO }}
25+
website_changelog_dir: ${{ secrets.WEBSITE_CHANGELOG_DIR }}
26+

0 commit comments

Comments
 (0)