Skip to content

Merge pull request #1256 from Permify/dependabot/github_actions/ossf/… #125

Merge pull request #1256 from Permify/dependabot/github_actions/ossf/…

Merge pull request #1256 from Permify/dependabot/github_actions/ossf/… #125

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