diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/changelog.yml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 600aab5c..b2b02277 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -1,20 +1,19 @@ name: CHANGELOG -permissions: - actions: write - contents: write - id-token: write - on: push: tags: - "v*" # - v[0-9]+.[0-9]+.[0-9]+ + workflow_dispatch: jobs: deploy: runs-on: ubuntu-latest - + permissions: + contents: write + pull-requests: write + id-token: write steps: - name: Checkout Code uses: actions/checkout@v3 @@ -45,4 +44,4 @@ jobs: with: branch: master commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]' - file_pattern: CHANGELOG.md
\ No newline at end of file + file_pattern: CHANGELOG.md |
