We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d85c5f commit 0d9e9b6Copy full SHA for 0d9e9b6
.github/workflows/_sync.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-22.04
16
steps:
17
- id: appauth
18
- if: ${{ inputs.sync && secrets.app-id && secrets.app-key }}
+ if: ${{ inputs.sync }}
19
uses: envoyproxy/toolshed/gh-actions/[email protected]
20
with:
21
key: ${{ secrets.app-key }}
0 commit comments