open-nomad/.github
Tim Gross 12ca68ec26
release pipeline: fix ref arguments in invoking workflow (#17684)
Although #17669 fixed the permissions of the release pipeline to push new
commits, there was still an error when invoking the `build` workflow.

The format of the reference was changed in #17103 such that we're sending the
git ref (a SHA) and not the "--ref" argument required by the GH actions workflow
API, which in this case is apparently specially defined as "The branch or tag
name which contains the version of the workflow file you'd like to run" and not
what git calls a "ref".

This changeset:
* Removes the third-party action entirely so that we're using GitHub's own
  tooling. This removes one more thing from the supply chain to pin and ensures a
  1:1 mapping of args to what's documented by GitHub.
* Removes the `--ref` argument entirely, which causes it to default to the
  current branch that the release workflow is running on (which is always what
  we want).
2023-06-22 15:33:19 -04:00
..
ISSUE_TEMPLATE
actions/install-vault ci: finish migration from CCI to GHA (#17103) 2023-06-02 14:35:55 -05:00
workflows release pipeline: fix ref arguments in invoking workflow (#17684) 2023-06-22 15:33:19 -04:00
CODE_OF_CONDUCT.md
actionlint.yml ci: finish migration from CCI to GHA (#17103) 2023-06-02 14:35:55 -05:00
dependabot.yml
secret-scanning.yml compliance: add headers with fixed copywrite tool (#17353) 2023-05-30 09:20:32 -05:00