Skip to content

chore: add CODEOWNERS file #34

chore: add CODEOWNERS file

chore: add CODEOWNERS file #34

Workflow file for this run

name: Sync Files
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
id: app-token
with:
app-id: ${{ vars.ORGANIZATIONTOKEN_APP_ID }}
private-key: ${{ secrets.ORGANIZATIONTOKEN_PRIVATE_KEY }}
# Set the owner, so the token can be used in all repositories
owner: ${{ github.repository_owner }}
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@8b92be3375cf1d1b0cd579af488a9255572e4619 # v1.21.1
with:
GH_INSTALLATION_TOKEN: ${{ steps.app-token.outputs.token}}
GIT_EMAIL: sync.bot@example.com
GIT_USERNAME: github-sync[bot]
COMMIT_PREFIX: "chore: file sync update\n\nSigned-off-by: sol-office-file-synchronization[bot]\n\nSync:"