Skip to content

Commit

Permalink
fix: add github token
Browse files Browse the repository at this point in the history
  • Loading branch information
cafadev committed Sep 3, 2023
1 parent 750a4e8 commit 1c2a05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Pre-release version

on:
pull_request:
types: [ opened, edited, synchronize ]
# branches: [alpha]
branches: [alpha]

jobs:
publish:
Expand All @@ -18,6 +17,7 @@ jobs:
- name: Run Changelog CI
uses: saadmk11/changelog-ci@v1.1.2
with:
release_version: v1.0.0-alpha.20
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: 'Get previous tag'
Expand Down

0 comments on commit 1c2a05b

Please sign in to comment.