这是indexloc提供的服务,不要输入任何密码
Skip to content

Merge pull request #2617 from Permify/dependabot/docker/chainguard/st… #1260

Merge pull request #2617 from Permify/dependabot/docker/chainguard/st…

Merge pull request #2617 from Permify/dependabot/docker/chainguard/st… #1260

Workflow file for this run

name: Sync to Permify Pro
on:
push:
branches:
- master
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- name: Checkout Repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # master
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@8b92be3375cf1d1b0cd579af488a9255572e4619 # v1.21.1
with:
GH_PAT: ${{ secrets.GH_TOKEN }}