Skip to content

Commit a185e77

Browse files
committed
ci: add repo target for token
1 parent dcbb930 commit a185e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/grept-cronjob.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ jobs:
5959
env:
6060
GITHUB_USER: matt-FFFFFF
6161
GREPT_CONFIG: "git::https://github.com/Azure/Azure-Verified-Modules-Grept.git//terraform"
62-
outputs:
63-
result: ${{ steps.set-output.outputs.result }}
6462
strategy:
6563
max-parallel: 2
6664
matrix:
@@ -74,6 +72,8 @@ jobs:
7472
with:
7573
app-id: ${{ secrets.APP_ID }}
7674
private-key: ${{ secrets.APP_PRIVATE_KEY }}
75+
owner: Azure
76+
repositories: ${{ matrix.repo }}
7777

7878
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7979
id: checkout

0 commit comments

Comments
 (0)