Skip to content

Commit

Permalink
Removing JWT ENV/output (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
njegosrailic authored Dec 16, 2024
1 parent 57f99fb commit 3923445
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/selfish-dancers-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"setup-gap": patch
---

Removing unused JWT ENV and output parameter
6 changes: 0 additions & 6 deletions actions/setup-gap/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ inputs:
required: false
default: "envoyproxy/envoy:v1.32.0"

outputs:
gh-jwt-token:
description: "GitHub JWT token to be used for GAP requests"
value: ${{ steps.get-jwt-token.outputs.token }}

runs:
using: composite
steps:
Expand Down Expand Up @@ -179,7 +174,6 @@ runs:
ENVOY_PROXY_IMAGE: ${{ inputs.envoy-proxy-image }}
ENVOY_GITHUB_OIDC_TOKEN_HEDER_NAME:
${{ inputs.envoy-github-oidc-token-header-name }}
JWT_TOKEN: ${{ steps.get-jwt-token.outputs.token }}
K8S_API_ENDPOINT_PORT: ${{ inputs.k8s-api-endpoint-port }}
K8S_API_ENDPOINT: ${{ inputs.k8s-api-endpoint }}
PROXY_PORT: ${{ inputs.proxy-port }}
Expand Down

0 comments on commit 3923445

Please sign in to comment.