From 25b02cc069be46d637e8fe2f1e8484008e9e9609 Mon Sep 17 00:00:00 2001 From: Ben Coleman Date: Thu, 14 Mar 2024 16:30:35 +0000 Subject: [PATCH] removed CI build, too much pain --- .github/workflows/build-test.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index c619417..1e8b110 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -5,8 +5,8 @@ on: branches: [master] workflow_dispatch: -permissions: - contents: write +# permissions: +# contents: write jobs: build: @@ -37,16 +37,16 @@ jobs: workflow: "1854247" inputs: '{"message": "Mango jam"}' - - name: Push dist back to GitHub - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: ${{ github.ref }} - - # - name: Invoke external workflow using this action - # uses: ./ - # with: - # workflow: Deploy To Kubernetes - # repo: benc-uk/dapr-store - # token: ${{ secrets.PERSONAL_TOKEN }} - # ref: master + # - name: Push dist back to GitHub + # uses: ad-m/github-push-action@master + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} + # branch: ${{ github.ref }} + + # - name: Invoke external workflow using this action + # uses: ./ + # with: + # workflow: Deploy To Kubernetes + # repo: benc-uk/dapr-store + # token: ${{ secrets.PERSONAL_TOKEN }} + # ref: master