ubiquity / ts-template

A template repository for all @ubiquity projects.
2 stars 24 forks source link

ci: add init workflow #32

Closed rndquu closed 8 months ago

rndquu commented 8 months ago

Resolves https://github.com/ubiquity/cloudflare-deploy-action/issues/1 (partially)

This PR adds a dummy init workflow which (on completion) triggers the build and deploy workflow so that forked repos could have access to ubiquity org github secrets (in a safe way)

P.S. The "build and deploy" workflow is not triggered in this particular PR because it should be merged first

github-actions[bot] commented 8 months ago
Lines Statements Branches Functions
Coverage: 80%
80% (4/5) 100% (0/0) 66.66% (2/3)

JUnit

Tests Skipped Failures Errors Time
1 0 :zzz: 0 :x: 0 :fire: 2.697s :stopwatch:
Coverage Report (80%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files8010066.6680 
   main.ts8010066.66809
0x4007 commented 8 months ago

@rndquu looks like you already did it thanks.