Skip to content

Commit

Permalink
Add token for sdk checkout
Browse files Browse the repository at this point in the history
It's private, so we need to authenticate.
  • Loading branch information
danielrbradley committed Aug 14, 2024
1 parent d16077d commit 0eeaa1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dispatch_build_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
repository: pulumi/pulumi-sdk
ref: main
path: pulumi-sdk
token: ${{ secrets.PULUMI_BOT_TOKEN }}
- name: Download bin
uses: ./.github/actions/download-bin
- name: Extract schema from plugin binary
Expand Down

0 comments on commit 0eeaa1d

Please sign in to comment.