Skip to content

Commit 2d85c5f

Browse files
committed
.github/
1 parent 8af22d3 commit 2d85c5f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/_sync.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ on:
44
workflow_call:
55
secrets:
66
app-id:
7-
default:
87
app-key:
9-
default:
108
inputs:
119
sync:
1210
type: boolean
@@ -17,7 +15,7 @@ jobs:
1715
runs-on: ubuntu-22.04
1816
steps:
1917
- id: appauth
20-
if: ${{ secrets.app-id && secrets.app-key }}
18+
if: ${{ inputs.sync && secrets.app-id && secrets.app-key }}
2119
uses: envoyproxy/toolshed/gh-actions/[email protected]
2220
with:
2321
key: ${{ secrets.app-key }}

0 commit comments

Comments
 (0)