Skip to content

Release and Update Website Changelog #2

Release and Update Website Changelog

Release and Update Website Changelog #2

Workflow file for this run

name: Release and Update Website Changelog
on:
push:
tags:
- "v*.*.*"
workflow_dispatch:
inputs:
test_version:
description: "The fake version to test (e.g., 99.9.9)"
required: true
default: "99.9.9"
jobs:
release:

Check failure on line 15 in .github/workflows/changelog.yml

View workflow run for this annotation

GitHub Actions / Release and Update Website Changelog

Invalid workflow file

The workflow is not valid. .github/workflows/changelog.yml (Line: 15, Col: 3): Error calling workflow 'sqlitecloud/changelog-action/.github/workflows/action.yml@v1'. The workflow is requesting 'contents: write, issues: write', but is only allowed 'contents: read, issues: none'.
# Pin to a reviewed release tag (or, strongest, a full commit SHA) — not @main. See "Security" below.
uses: sqlitecloud/changelog-action/.github/workflows/action.yml@v1
with:
name: "SQLite-Sync"
stage_branch: ${{ vars.WEBSITE_STAGE_BRANCH }} # staging branch changelog PRs target
create_release: false
secrets:
personal_access_token: ${{ secrets.WEBSITE_REPO_PAT }}
website_repo: ${{ secrets.WEBSITE_REPO }}
website_changelog_dir: ${{ secrets.WEBSITE_CHANGELOG_DIR }}