Skip to content

Commit

Permalink
Patch action runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jul 6, 2024
1 parent 428bf32 commit 70ab62d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
duckdb_version: main
extension_name: dynamic_sql_clickhouse
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16

duckdb-stable-deploy:
name: Deploy extension binaries
Expand All @@ -29,3 +32,6 @@ jobs:
extension_name: dynamic_sql_clickhouse
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16

0 comments on commit 70ab62d

Please sign in to comment.