Skip to content

Commit

Permalink
fix github actions (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s authored Jun 22, 2024
1 parent 20a05b4 commit 3ab63b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/close-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Close Pull Request

permissions: write-all

on:
pull_request_target:
types: [ opened ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

name: Release
permissions: write-all

jobs:
release:
Expand Down

0 comments on commit 3ab63b7

Please sign in to comment.