From 192a8bc84a8b0228513272e1ef527e8bb4a283cd Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 18 Jan 2022 15:03:48 +0100 Subject: [PATCH] set the org as it's installed at an org level Signed-off-by: blam --- .github/workflows/goalie.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/goalie.yaml b/.github/workflows/goalie.yaml index 2dc1ba2b5a..3f105ed269 100644 --- a/.github/workflows/goalie.yaml +++ b/.github/workflows/goalie.yaml @@ -22,6 +22,7 @@ jobs: with: application_id: ${{ secrets.BACKSTAGE_WORKFLOW_MEMBER_READ_APP_ID }} application_private_key: ${{ secrets.BACKSTAGE_WORKFLOW_MEMBER_READ_PRIVATE_KEY }} + organization: backstage - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: