Skip to content

[bitnami-bot] Updating Bitnami team members #87

[bitnami-bot] Updating Bitnami team members

[bitnami-bot] Updating Bitnami team members #87

# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: Sync Workflow Files
on:
push:
branches:
- main
workflow_dispatch:
permissions: {}
jobs:
sync:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout Repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@3023dac7ce66c18b119e2012348437eadeaea116
with:
# This token requires workflows permissions.
GH_PAT: ${{ secrets.BITNAMI_BOT_SUPPORT_TOKEN }}
PR_LABELS: support
GIT_USERNAME: bitnami-bot
GIT_EMAIL: [email protected]
COMMIT_BODY: "\n\nSigned-off-by: bitnami-bot <[email protected]>"