Skip to content

Commit

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

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -34,10 +37,11 @@ jobs:
workflow: "1854247"
inputs: '{"message": "Mango jam"}'

- name: Update repo with build
uses: mikeal/publish-to-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- 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: ./
Expand Down

0 comments on commit 166fd12

Please sign in to comment.