Skip to content

Commit

Permalink
ci: remove permission for token (#3)
Browse files Browse the repository at this point in the history
* ci: remove permission for token

* ci: Update changelog file

* docs: Update changelog
  • Loading branch information
CaiJingLong authored Jun 14, 2023
1 parent 9a7bb14 commit c771867
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-pr-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false && github.event.pull_request.merged == false
runs-on: ubuntu-latest
steps:
- uses: dart-action/dio-pull-request-checker@v1
- uses: dart-action/dio-pull-request-checker@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
issues: write
pull-requests: write
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

## Unreleased

*None.*

## 1.0.1

- Support check pull requests changelog
- Fix action.yaml error

## 0.0.1

Expand Down

0 comments on commit c771867

Please sign in to comment.