dbt-labs / dbt-labs/dbt-external-tables
Delete unused repository secrets and variables
- Dominant language
- Jupyter Notebook
- Stars
- 384
- Forks
- 150
- Avg merge
- 1h 25m
- Merged PRs (30d)
- 1
Description
We have repo secrets and variables that I believe are not in use; we should delete them to avoid confusion.
c.f. https://github.com/dbt-labs/dbt-external-tables/issues/378
As mentioned in https://github.com/dbt-labs/dbt-external-tables/issues/390, we have two different workflows:
1. `ci.yml`
2. `integration_tests.yml`
The first uses both [`vars`](https://github.com/dbt-labs/dbt-external-tables/blob/95bec9fa6e7ca4eca8ae8a5219da5b097ee89c88/.github/workflows/ci.yml#L29-L34) and [`secrets`](https://github.com/dbt-labs/dbt-external-tables/blob/95bec9fa6e7ca4eca8ae8a5219da5b097ee89c88/.github/workflows/ci.yml#L48-L53).
Whereas the second looks like it is (mostly) using [`secrets`](https://github.com/dbt-labs/dbt-external-tables/blob/95bec9fa6e7ca4eca8ae8a5219da5b097ee89c88/.github/workflows/integration_tests.yml#L53-L60).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.