Skip to content

Commit 10712c3

Browse files
Create test_secret.yml
1 parent d41435a commit 10712c3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/test_secret.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Main Workflow
2+
on:
3+
push:
4+
branches: [main]
5+
6+
jobs:
7+
call-deploy:
8+
uses: projectsmahendra/XlsxWriter/.github/workflows/reusable.yml@master
9+
with:
10+
environment: "production"
11+
# No secrets needed! Repo B uses its own secrets

0 commit comments

Comments
 (0)