Skip to content

Commit

Permalink
Merge pull request #931 from block-mesh/fix-ci-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
ohaddahan authored Dec 29, 2024
2 parents d233cb8 + f33620c commit 116c15a
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true
env:
BLOCKMESH_LOG_ENV: ${{ vars.BLOCKMESH_LOG_ENV }}
EXT_KEYPAIR: ${{ secrects.EXT_KEYPAIR }}
EXT_KEYPAIR: ${{ secrets.EXT_KEYPAIR }}
# SCCACHE_GHA_ENABLED: "true"
# RUSTC_WRAPPER: "sccache"
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
BLOCKMESH_LOG_ENV: ${{ vars.BLOCKMESH_LOG_ENV }}
FEED_ORIGIN: FEED_ORIGIN
FEED_SELECTOR: FEED_SELECTOR
EXT_KEYPAIR: ${{ secrects.EXT_KEYPAIR }}
EXT_KEYPAIR: ${{ secrets.EXT_KEYPAIR }}
# SCCACHE_GHA_ENABLED: "true"
# RUSTC_WRAPPER: "sccache"
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
APP_ENVIRONMENT: production
SENTRY: ${{ secrets.SENTRY }}
MAPBOX: ${{ secrets.MAPBOX }}
EXT_KEYPAIR: ${{ secrects.EXT_KEYPAIR }}
EXT_KEYPAIR: ${{ secrets.EXT_KEYPAIR }}
# SCCACHE_GHA_ENABLED: "true"
# RUSTC_WRAPPER: "sccache"
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ env:
APP_ENVIRONMENT: production
SENTRY: ${{ secrets.SENTRY }}
MAPBOX: ${{ secrets.MAPBOX }}
EXT_KEYPAIR: ${{ secrets.EXT_KEYPAIR }}
# SCCACHE_GHA_ENABLED: "true"
# RUSTC_WRAPPER: "sccache"
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
APP_ENVIRONMENT: production
SENTRY: ${{ secrets.SENTRY }}
MAPBOX: ${{ secrets.MAPBOX }}
EXT_KEYPAIR: ${{ secrects.EXT_KEYPAIR }}
EXT_KEYPAIR: ${{ secrets.EXT_KEYPAIR }}
# SCCACHE_GHA_ENABLED: "true"
# RUSTC_WRAPPER: "sccache"
jobs:
Expand Down
Loading

0 comments on commit 116c15a

Please sign in to comment.