Skip to content

Commit 0d9e9b6

Browse files
committed
.github/
1 parent 2d85c5f commit 0d9e9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- id: appauth
18-
if: ${{ inputs.sync && secrets.app-id && secrets.app-key }}
18+
if: ${{ inputs.sync }}
1919
uses: envoyproxy/toolshed/gh-actions/[email protected]
2020
with:
2121
key: ${{ secrets.app-key }}

0 commit comments

Comments
 (0)