Skip to content

Commit

Permalink
Add groups and roles for various release workflows in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Jul 11, 2024
1 parent eb07cfb commit 655cb53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/env-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ echo "INTEGRATION_TESTS_SECRETS_PREFIX=REDSHIFT_TEST" >> $GITHUB_ENV
echo "DBT_TEST_USER_1=dbt_test_user_1" >> $GITHUB_ENV
echo "DBT_TEST_USER_2=dbt_test_user_2" >> $GITHUB_ENV
echo "DBT_TEST_USER_3=dbt_test_user_3" >> $GITHUB_ENV
echo "DBT_TEST_GROUP_1=dbt_test_group_1" >> $GITHUB_ENV
echo "DBT_TEST_GROUP_2=dbt_test_group_2" >> $GITHUB_ENV
echo "DBT_TEST_GROUP_3=dbt_test_group_3" >> $GITHUB_ENV
echo "DBT_TEST_ROLE_1=dbt_test_role_1" >> $GITHUB_ENV
echo "DBT_TEST_ROLE_2=dbt_test_role_2" >> $GITHUB_ENV
echo "DBT_TEST_ROLE_3=dbt_test_role_3" >> $GITHUB_ENV

0 comments on commit 655cb53

Please sign in to comment.