Skip to content

Commit 6056495

Browse files
committed
Updated github actions
1 parent 8e26606 commit 6056495

4 files changed

+7
-7
lines changed

.github/workflows/automatino-pr-description-validate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "Automation - PR Description Validate"
22

33
on:
4-
pull_request:
5-
types: ["opened", "edited", "reopened", "ready_for_review"]
4+
pull_request_target:
5+
types: ["opened", "edited", "reopened", "ready_for_review", "synchronize"]
66

77
jobs:
88
automation:

.github/workflows/automation-changelog-release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ name: "Automation - Changelog Release"
22

33
on:
44
push:
5-
tags:
6-
- '*'
5+
tags: [ '*' ]
76

87
jobs:
98
automation:
109
uses: aeon-php/actions/.github/workflows/automation-changelog-release.yml@main
1110
secrets:
12-
automation_github_token: "${{ secrets.GITHUB_TOKEN }}"
11+
automation_github_token: "${{ secrets.ACCESS_TOKEN }}"

.github/workflows/automation-changelog-update.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Automation - Changelog Update"
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- "6.x"
@@ -10,4 +11,4 @@ jobs:
1011
automation:
1112
uses: aeon-php/actions/.github/workflows/automation-changelog-update.yml@main
1213
secrets:
13-
automation_github_token: "${{ secrets.GITHUB_TOKEN }}"
14+
automation_github_token: "${{ secrets.ACCESS_TOKEN }}"

.github/workflows/automation-release-description-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
automation:
1010
uses: aeon-php/actions/.github/workflows/automation-release-description-update.yml@main
1111
secrets:
12-
automation_github_token: "${{ secrets.GITHUB_TOKEN }}"
12+
automation_github_token: "${{ secrets.ACCESS_TOKEN }}"

0 commit comments

Comments
 (0)