Skip to content

Commit

Permalink
add required vars
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed May 6, 2022
1 parent 6824f62 commit eb81b89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ jobs:
sha: ${{ needs.release_prep.outputs.final_sha }}
version_number: ${{ github.event.inputs.version_number }}
build_script_path: ${{ github.event.inputs.build_script_path }}
s3_bucket: whatevs
s3_bucket_name: whatevs
package_test_command: pip freeze # this should not be input at this level, defaults to `dbt --version``
secrets:
AWS_ACCESS_KEY_ID: abc
AWS_SECRET_ACCESS_KEY: 123

github_release:
needs: [build]
Expand Down

0 comments on commit eb81b89

Please sign in to comment.