Skip to content

Commit bee0c52

Browse files
committed
feat: add sync-files
1 parent c859ff8 commit bee0c52

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/files-sync.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: sync-files
3+
4+
permissions:
5+
id-token: write
6+
contents: write
7+
pull-requests: write
8+
9+
on:
10+
push:
11+
branches:
12+
- "main"
13+
14+
jobs:
15+
release:
16+
uses: devops-roast/github-actions/.github/workflows/sync-files.yaml@main
17+
secrets: inherit

0 commit comments

Comments
 (0)