Skip to content

Merge pull request #1438 from Permify/dependabot/go_modules/github.co… #261

Merge pull request #1438 from Permify/dependabot/go_modules/github.co…

Merge pull request #1438 from Permify/dependabot/go_modules/github.co… #261

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@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # master
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@8b92be3375cf1d1b0cd579af488a9255572e4619 # v1.21.1
with:
GH_PAT: ${{ secrets.GH_TOKEN }}