pulumi/.github
bors[bot] 4a3092806e
Merge #10790
10790: ci: fix community contributor workflow r=AaronFriel a=AaronFriel

Fixes a couple issues with our community contribution workflows:
* The ref for calculating changelogs should be the merge ref, the `github.ref` variable is the wrong value, given that it evaluated to `refs/head/master`: https://github.com/pulumi/pulumi/actions/runs/3071146998/jobs/4961576379#step:1:31
* The changelog comment on the dispatch job was redundant
* The CI job needs a GitHub token and Pulumi access token, so those are made explicit. Existing workflow calls to `ci.yml` use `secrets: inherit` to pass these down transparently. For contributor workflows, we prefer to be explicit. This ensures the workflow doesn't have access to, e.g., AWS tokens.

Co-authored-by: Aaron Friel <mayreply@aaronfriel.com>
2022-09-22 04:05:50 +00:00
..
scripts ci: Enable testing of language version sets 2022-09-21 09:48:38 -07:00
workflows Merge #10790 2022-09-22 04:05:50 +00:00
PULL_REQUEST_TEMPLATE.md Update PULL_REQUEST_TEMPLATE.md 2022-09-15 07:11:47 -07:00