We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi thank you for maintaining this. To improve security I have the following suggestion:
Allow the authentication of the action via https://cloud.google.com/blog/products/identity-security/enabling-keyless-authentication-from-github-actions?hl=en
If this is already possible can you add documentation how to approach this?
The text was updated successfully, but these errors were encountered:
This is possible with keyless authentication. In your profiles.yaml file, set the method to oauth.
oauth
bigquery: target: dev outputs: dev: type: bigquery method: oauth project: project_id dataset: dataset_id location: US priority: interactive threads: 4
Use the dbt-action without passing the DBT_BIGQUERY_TOKEN env field.
DBT_BIGQUERY_TOKEN
- name: dbt-action id: dbt-run uses: mwhitaker/dbt-action@master with: dbt_command: "dbt run --profiles-dir ."
Sorry, something went wrong.
No branches or pull requests
Hi thank you for maintaining this. To improve security I have the following suggestion:
Allow the authentication of the action via https://cloud.google.com/blog/products/identity-security/enabling-keyless-authentication-from-github-actions?hl=en
If this is already possible can you add documentation how to approach this?
The text was updated successfully, but these errors were encountered: