Skip to content

Commit 066f347

Browse files
committed
include inputs from publish job
1 parent 95ddef6 commit 066f347

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ env:
55
MACOSX_DEPLOYMENT_TARGET: '10.13'
66
on:
77
workflow_call:
8-
secrets:
9-
NGROK_AUTHTOKEN:
10-
required: true
8+
inputs:
9+
publish:
10+
required: false
11+
default: false
12+
type: boolean
13+
secrets: inherit
1114
push:
1215
branches:
1316
- '**'

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
tag-release:
1616
name: Tag Release
1717
needs: ci
18-
1918
runs-on: ubuntu-latest
2019
steps:
2120
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)