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 247e75d commit c41c03e
Show file tree
Hide file tree
Showing 21 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

name: Release
permissions: write-all

jobs:
release:
Expand Down
2 changes: 2 additions & 0 deletions src/AppStore/.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 src/AppStore/.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
2 changes: 2 additions & 0 deletions src/Crontab/.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 src/Crontab/.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
2 changes: 2 additions & 0 deletions src/HttpServer/.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 src/HttpServer/.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
2 changes: 2 additions & 0 deletions src/jwt-auth/.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 src/jwt-auth/.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
2 changes: 2 additions & 0 deletions src/mine-core/.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 src/mine-core/.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
2 changes: 2 additions & 0 deletions src/mine-generator/.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 src/mine-generator/.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
2 changes: 2 additions & 0 deletions src/mine-helpers/.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 src/mine-helpers/.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
2 changes: 2 additions & 0 deletions src/mine-service/.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 src/mine-service/.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
2 changes: 2 additions & 0 deletions src/office/.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 src/office/.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
2 changes: 2 additions & 0 deletions src/translatable/.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 src/translatable/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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 c41c03e

Please sign in to comment.