Skip to content

Commit

Permalink
.github/
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Oct 31, 2023
1 parent 2d85c5f commit 0d9e9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- id: appauth
if: ${{ inputs.sync && secrets.app-id && secrets.app-key }}
if: ${{ inputs.sync }}
uses: envoyproxy/toolshed/gh-actions/[email protected]
with:
key: ${{ secrets.app-key }}
Expand Down

0 comments on commit 0d9e9b6

Please sign in to comment.