We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af22d3 commit 2d85c5fCopy full SHA for 2d85c5f
1 file changed
.github/workflows/_sync.yml
@@ -4,9 +4,7 @@ on:
4
workflow_call:
5
secrets:
6
app-id:
7
- default:
8
app-key:
9
10
inputs:
11
sync:
12
type: boolean
@@ -17,7 +15,7 @@ jobs:
17
15
runs-on: ubuntu-22.04
18
16
steps:
19
- id: appauth
20
- if: ${{ secrets.app-id && secrets.app-key }}
+ if: ${{ inputs.sync && secrets.app-id && secrets.app-key }}
21
uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.2
22
with:
23
key: ${{ secrets.app-key }}
0 commit comments