Skip to content

Commit 914b77a

Browse files
committed
Use the correct key for scoping repositories
1 parent fe76ac6 commit 914b77a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
app-id: ${{ vars.AUTOMATION_APP_ID }}
149149
private-key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}
150150
owner: ${{ github.repository_owner }}
151-
repository: "codeql-coding-standards"
151+
repositories: "codeql-coding-standards"
152152

153153
- name: Create release PR
154154
env:

.github/workflows/update-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
app-id: ${{ vars.AUTOMATION_APP_ID }}
4848
private-key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}
4949
owner: ${{ github.repository_owner }}
50-
repository: "codeql-coding-standards-release-engineering"
50+
repositories: "codeql-coding-standards-release-engineering"
5151

5252
- name: Update release assets
5353
env:

.github/workflows/validate-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
app-id: ${{ vars.AUTOMATION_APP_ID }}
4646
private-key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}
4747
owner: ${{ github.repository_owner }}
48-
repository: "codeql-coding-standards-release-engineering"
48+
repositories: "codeql-coding-standards-release-engineering"
4949
- name: Invoke performance test
5050
env:
5151
CHECK_RUN_ID: ${{ needs.pre-validate-performance.outputs.check-run-id }}
@@ -114,7 +114,7 @@ jobs:
114114
app-id: ${{ vars.AUTOMATION_APP_ID }}
115115
private-key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}
116116
owner: ${{ github.repository_owner }}
117-
repository: "codeql-coding-standards-release-engineering"
117+
repositories: "codeql-coding-standards-release-engineering"
118118
- name: Invoke compiler compatibility test
119119
env:
120120
CHECK_RUN_ID: ${{ needs.pre-validate-compiler-compatibility.outputs.check-run-id }}

0 commit comments

Comments
 (0)