Skip to content

Commit

Permalink
Merge #10947 #10948
Browse files Browse the repository at this point in the history
10947: Actually do the homebrew release r=Frassle a=Frassle



10948: Fix 'Extract release notes' r=Frassle a=Frassle

See an example failure here: https://github.com/pulumi/pulumi/actions/runs/3193706020/jobs/5212536658

Looks like we need to sett GH_TOKEN for the `gh` cli, not sure if we need GITHUB_TOKEN as well, but probably doesn't hurt to have it set.

Co-authored-by: Fraser Waters <fraser@pulumi.com>
  • Loading branch information
bors[bot] and Frassle committed Oct 6, 2022
3 parents 52301a6 + 0479db5 + 30e1f56 commit eef38a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
release-notes: "${{ fromJSON(steps.notes.outputs.release-notes) }}"
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
GH_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
steps:
- uses: actions/checkout@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,5 @@ jobs:
with:
ref: ${{ inputs.ref }}
version: ${{ inputs.version }}
dry-run: false
secrets: inherit

0 comments on commit eef38a1

Please sign in to comment.