Skip to content

Commit 57de755

Browse files
Synchronizing file .github/workflows/auto-approve-sync-files.yml from RakambdaOrg/rakambda-github-files (run 12376069841 | #53)
1 parent 6bcf406 commit 57de755

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Auto approve sync files
2+
on:
3+
pull_request:
4+
5+
jobs:
6+
auto-approve-synced-files:
7+
uses: RakambdaOrg/rakambda-github-workflows/.github/workflows/approve-sync-files.yml@main
8+
secrets:
9+
sync-token: ${{ secrets.SYNC_TOKEN }}

0 commit comments

Comments
 (0)