Skip to content

Commit

Permalink
Merge pull request #213 from dbt-labs/updating-ci-for-github-deprecation
Browse files Browse the repository at this point in the history
Updating Github Actions for Github Deprecation
  • Loading branch information
callum-mcdata authored Jan 20, 2023
2 parents 232b307 + da0449e commit f362dde
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .changes/unreleased/Under the Hood-20230118-161610.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Under the Hood
body: Updating github ci
time: 2023-01-18T16:16:10.536918-06:00
custom:
Author: callum-mcdata
Issue: "163"
PR: "213"
4 changes: 2 additions & 2 deletions .github/workflows/changelog-existence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
changelog:
uses: dbt-labs/actions/.github/workflows/changelog-existence.yml@main
with:
changelog_comment: '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 contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#adding-changelog-entry).'
skip_label: 'Skip Changelog'
changelog_comment: "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 contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#adding-changelog-entry)."
skip_label: "Skip Changelog"
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
mkdir -p $HOME/.dbt
KEYFILE_PATH=$HOME/.dbt/bigquery-service-key.json
echo $BIGQUERY_TEST_SERVICE_ACCOUNT_JSON > $KEYFILE_PATH
echo ::set-output name=path::$KEYFILE_PATH
echo "path=${KEYFILE_PATH}" >> $GITHUB_OUTPUT
- uses: ./.github/actions/end-to-end-test
env:
BIGQUERY_SERVICE_KEY_PATH: ${{ steps.keyfile.outputs.path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jira-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
secrets:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}

0 comments on commit f362dde

Please sign in to comment.