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 8af22d3 commit 2d85c5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on:
workflow_call:
secrets:
app-id:
default:
app-key:
default:
inputs:
sync:
type: boolean
Expand All @@ -17,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- id: appauth
if: ${{ secrets.app-id && secrets.app-key }}
if: ${{ inputs.sync && secrets.app-id && secrets.app-key }}
uses: envoyproxy/toolshed/gh-actions/[email protected]
with:
key: ${{ secrets.app-key }}
Expand Down

0 comments on commit 2d85c5f

Please sign in to comment.