diff --git a/.github/workflows/dev-fe-gatekeeper.yaml b/.github/workflows/dev-fe-gatekeeper.yaml index 7f53daa6a..b88e2293c 100644 --- a/.github/workflows/dev-fe-gatekeeper.yaml +++ b/.github/workflows/dev-fe-gatekeeper.yaml @@ -124,7 +124,7 @@ jobs: needs: permission_checks runs-on: ubuntu-20.04 steps: - - uses: ./.github/actions/fe-e2e + - uses: ${{ runner.repository }}/actions/fe-e2e with: BACKUP_LOCATION_BUCKET_NAME: ${{ secrets.BACKUP_LOCATION_BUCKET_NAME }} BACKUP_LOCATION_ACCESS_KEY: ${{ secrets.BACKUP_LOCATION_ACCESS_KEY }}