We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parentsc4dafe7 +6238721 commit021fabbCopy full SHA for 021fabb
.github/workflows/dispatch-matrix-check.yml
@@ -20,11 +20,20 @@ jobs:
20
with:
21
minimum-permission:"write"
22
23
+ -name:Generate token
24
+id:generate-token
25
+uses:actions/create-github-app-token@v1
26
+with:
27
+app-id:${{ vars.AUTOMATION_APP_ID }}
28
+private-key:${{ secrets.AUTOMATION_PRIVATE_KEY }}
29
+owner:${{ github.repository_owner }}
30
+repositories:"codeql-coding-standards-release-engineering"
31
+
32
-name:Dispatch Matrix Testing Job
33
if:steps.check-write-permission.outputs.has-permission
34
uses:peter-evans/repository-dispatch@v2
35
-token:${{secrets.RELEASE_ENGINEERING_TOKEN }}
36
+token:${{steps.generate-token.outputs.token }}
37
repository:github/codeql-coding-standards-release-engineering
38
event-type:matrix-test
39
client-payload:'{"pr": "${{ github.event.number }}"}'
.github/workflows/dispatch-matrix-test-on-comment.yml
@@ -17,11 +17,20 @@ jobs:
17
18
19
if:${{ github.event.issue.pull_request && contains(github.event.comment.body, '/test-matrix') && steps.check-write-permission.outputs.has-permission }}
client-payload:'{"pr": "${{ github.event.issue.number }}"}'
.github/workflows/dispatch-release-performance-check.yml
-name:Dispatch Performance Testing Job
if:${{ github.event.issue.pull_request && contains(github.event.comment.body, '/test-performance') && steps.check-write-permission.outputs.has-permission }}
event-type:performance-test
.github/workflows/finalize-release.yml
@@ -103,7 +103,7 @@ jobs:
103
-name:Generate token
104
if:env.HOTFIX_RELEASE == 'false'
105
id:generate-token
106
-uses:actions/create-github-app-token@eaddb9eb7e4226c68cf4b39f167c83e5bd132b3e
107
108
app-id:${{ vars.AUTOMATION_APP_ID }}
109
private-key:${{ secrets.AUTOMATION_PRIVATE_KEY }}
.github/workflows/prepare-release.yml
@@ -143,7 +143,7 @@ jobs:
143
144
145
146
147
148
149
.github/workflows/update-release.yml
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
.github/workflows/validate-release.yml
@@ -40,7 +40,7 @@ jobs:
40
steps:
41
42
@@ -108,7 +108,7 @@ jobs:
110
111
112
113
114