dbt-labs / dbt-spark

dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks
https://getdbt.com
Apache License 2.0
395 stars 221 forks source link

add release prep secret #648

Closed emmyoop closed 1 year ago

emmyoop commented 1 year ago

Description

The release currently fails because IT_TEAM_MEMBERSHIP secret is not being passed in to the release-prep workflow. This was an oversight in a previous update to add core team automation because while the release-prep workflow defines the secret, dbt-spark doesn't actually use the secret right now. This is because dbt-spark is still on CircleCI and so the release-prep workflow just makes sure the version is already bumped and changelog exists. It does not trigger the version bump and changelog generation itself.

Checklist

github-actions[bot] commented 1 year ago

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-spark contributing guide.