Skip to content

Commit

Permalink
Temporary auth header token (#104)
Browse files Browse the repository at this point in the history
* feat: sets spec auth token header

* feat: sets spec auth token header

* feat: sets spec auth token header

* feat: update

* feat: update

* feat: test update

* feat: test update

* feat: test update
  • Loading branch information
ryan-timothy-albert authored Apr 9, 2024
1 parent f5fa4d5 commit 2abc7fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow-executor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
output_tests: ${{ inputs.output_tests }}
speakeasy_server_url: ${{ inputs.speakeasy_server_url }}
working_directory: ${{ inputs.working_directory }}
openapi_doc_auth_token: ${{ secrets.openapi_doc_auth_token }}
- uses: ravsamhq/notify-slack-action@v2
if: always() && env.SLACK_WEBHOOK_URL != ''
with:
Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ inputs:
speakeasy_api_key:
description: "The Speakeasy API key to authenticate the Speakeasy CLI with"
required: true
openapi_doc_auth_token:
description: "An auth token to authenticate with a private OpenAPI spec"
required: false
force:
description: "Force the SDK to be regenerated"
default: "false"
Expand Down Expand Up @@ -153,3 +156,4 @@ runs:
- ${{ inputs.output_tests }}
- ${{ inputs.working_directory }}
- ${{ inputs.gpg_fingerprint }}
- ${{ inputs.openapi_doc_auth_token }}

0 comments on commit 2abc7fa

Please sign in to comment.