Skip to content

Commit

Permalink
Add missing CI_CD_DART_SCRIPTS_PACKAGE_PATH in "website_cd.yml" and…
Browse files Browse the repository at this point in the history
… "unsafe_website_ci.yml"
  • Loading branch information
nilsreichardt committed Mar 3, 2024
1 parent 885e693 commit e0cd177
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unsafe_website_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ on:
# and would cause alerts from our scanning tools.
permissions: {}

env:
CI_CD_DART_SCRIPTS_PACKAGE_PATH: "tools/sz_repo_cli/"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# It's important that we run this job first, because we need to remove the
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/website_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ on:
# and would cause alerts from our scanning tools.
permissions: {}

env:
CI_CD_DART_SCRIPTS_PACKAGE_PATH: "tools/sz_repo_cli/"

jobs:
deploy:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit e0cd177

Please sign in to comment.