Skip to content

Commit

Permalink
removed CI build, too much pain
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Mar 14, 2024
1 parent 166fd12 commit 25b02cc
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches: [master]
workflow_dispatch:

permissions:
contents: write
# permissions:
# contents: write

jobs:
build:
Expand Down Expand Up @@ -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

0 comments on commit 25b02cc

Please sign in to comment.