We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651eccc commit c64c70dCopy full SHA for c64c70d
.github/workflows/speakeasy_run_on_pr.yaml
@@ -23,6 +23,8 @@ jobs:
23
- name: Setup Speakeasy
24
uses: speakeasy-api/sdk-generation-action@v15
25
with:
26
+ github_access_token: ${{ secrets.GITHUB_TOKEN }}
27
+ speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
28
speakeasy_version: latest
29
30
- name: Run Speakeasy
0 commit comments