Skip to content

Disable GitHub Actions updates (#52) #58

Disable GitHub Actions updates (#52)

Disable GitHub Actions updates (#52) #58

Workflow file for this run

name: Synchronize Files
on:
workflow_dispatch:
push:
branches: [ master ]
jobs:
sync-files:
# This job requires the Wall Brew Bot Token, so it is only run on non-forked repositories
if: github.repository_owner == 'Wall-Brew-Co'
runs-on: ubuntu-latest
steps:
- name: Checkout latest commit
uses: actions/checkout@v4.2.1
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1.21.1
with:
GH_PAT: ${{ secrets.WALL_BREW_BOT_PAT }}
GIT_EMAIL: the.wall.brew@gmail.com
GIT_USERNAME: WallBrewBot
PR_LABELS: synchronize, automated
COMMIT_PREFIX: '[bot]'
COMMIT_BODY: 'Sourced from: https://github.com/Wall-Brew-Co/rebroadcast'