From 5ff6b3c71a0d7aebebd0c9d84ba56bc851422d2e Mon Sep 17 00:00:00 2001 From: Christoph Held Date: Fri, 7 Jun 2024 16:19:31 +0200 Subject: [PATCH] fix workflows --- .github/workflows/test_create_repos.yaml | 4 ++-- .github/workflows/test_lint_repos.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_create_repos.yaml b/.github/workflows/test_create_repos.yaml index 3618d43..4e53ba9 100644 --- a/.github/workflows/test_create_repos.yaml +++ b/.github/workflows/test_create_repos.yaml @@ -13,8 +13,8 @@ jobs: - uses: actions/create-github-app-token@v1 id: app-token with: - app-id: ${{ secrets.ALLIANZ_APP_ID }} - private-key: ${{ secrets.ALLIANZ_PRIVATE_KEY }} + app-id: ${{ secrets.SANDBOX_APP_ID }} + private-key: ${{ secrets.SANDBOX_PRIVATE_KEY }} owner: ospo-sandbox - name: Plan github organization changes diff --git a/.github/workflows/test_lint_repos.yml b/.github/workflows/test_lint_repos.yml index 12a8b00..1bce459 100644 --- a/.github/workflows/test_lint_repos.yml +++ b/.github/workflows/test_lint_repos.yml @@ -29,6 +29,7 @@ jobs: with: app-id: ${{ secrets.SANDBOX_APP_ID }} private-key: ${{ secrets.SANDBOX_PRIVATE_KEY }} + owner: ospo-sandbox - name: Lint Allianz Repos env: