From ccebb846291ea2b6096723bbb419c14e31d38823 Mon Sep 17 00:00:00 2001 From: shtlrs Date: Sun, 19 Mar 2023 18:12:53 +0100 Subject: fix indentation for secrets --- .github/workflows/main.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6fa6baff..58d98a55 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -6,17 +6,14 @@ on: - main pull_request: - concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true - jobs: lint-test: uses: ./.github/workflows/lint-test.yaml - generate-sha-tag: runs-on: ubuntu-latest outputs: @@ -35,7 +32,6 @@ jobs: with: sha-tag: ${{ needs.generate-sha-tag.outputs.sha-tag }} - build-deploy: if: github.ref == 'refs/heads/main' uses: ./.github/workflows/build-deploy.yaml @@ -44,8 +40,7 @@ jobs: - generate-sha-tag with: sha-tag: ${{ needs.generate-sha-tag.outputs.sha-tag }} - secrets: inherit - + secrets: inherit sentry-release: if: github.ref == 'refs/heads/main' -- cgit v1.2.3