Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cheld committed Jun 7, 2024
1 parent c49b010 commit 5ff6b3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_create_repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_lint_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5ff6b3c

Please sign in to comment.