Skip to content

this time it'll work #40

this time it'll work

this time it'll work #40

Workflow file for this run

name: Run posters script
on: [push]
jobs:
run_posters:
runs-on: ubuntu-latest
#env:
# GH_TOKEN: ${{ github.token }}
env:
GH_TOKEN: ${{ secrets.OMI_SECRET }}
steps:
- uses: actions/checkout@v3
- name: Update omigroup
run: |
bash scripts/posters.sh omigroup omigroup 4
bash scripts/create-index.sh
bash scripts/pdf.sh omigroup
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add -A .
git commit -m "update omigroup weekly notes"
- name: Update omigroup gltf-extensions
run: |
bash scripts/posters.sh omigroup gltf-extensions 4
bash scripts/create-index.sh
bash scripts/pdf.sh gltf-extensions
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add -A .
git commit -m "update omigroup gltf-extensions notes"
git push origin main