Skip to content

Respect existing environment variables in build tool plugins (#6566) #18

Respect existing environment variables in build tool plugins (#6566)

Respect existing environment variables in build tool plugins (#6566) #18

Workflow file for this run

name: Plugins Sync
on:
push:
branches:
- main
paths:
- 'Plugins/**'
workflow_dispatch:
permissions:
contents: read
jobs:
sync:
name: Sync Plugins Folder
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run file sync
uses: BetaHuhn/repo-file-sync-action@8b92be3375cf1d1b0cd579af488a9255572e4619 # v1.21.1
with:
GH_PAT: ${{ secrets.SIMPLYDANNY_PLUGINS_SYNC }}
IS_FINE_GRAINED: true
CONFIG_PATH: .github/plugins-sync.yml
SKIP_PR: true
COMMIT_PREFIX: 🔄 Workflow in 'realm/SwiftLint'