Skip to content

Commit

Permalink
chore: cleanup unused input
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Nov 7, 2024
1 parent 76d4ed9 commit b1ca43b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/actions/system-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: system-test

description: Steps to run system test

inputs:
workload-identity-provider:
description: 'GCP Workload Identity Provider'
required: true

runs:
using: composite
steps:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ jobs:
github.event.pull_request.head.repo.full_name == github.repository
)
uses: ./.github/actions/system-test
with:
workload-identity-provider: '${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}'

0 comments on commit b1ca43b

Please sign in to comment.