Skip to content

Commit

Permalink
pass token to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
archiewood committed Oct 22, 2024
1 parent f5ff0cf commit 29e42f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
workflow_dispatch:

env:
TOKEN: ${{ secrets.TOKEN }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
cancel-in-progress: true
Expand All @@ -19,6 +22,7 @@ jobs:
duckdb_version: main
ci_tools_version: main
extension_name: gsheets
secrets: inherit

duckdb-stable-build:
name: Build extension binaries
Expand All @@ -27,6 +31,7 @@ jobs:
duckdb_version: v1.1.1
ci_tools_version: v1.1.1
extension_name: gsheets
secrets: inherit

duckdb-stable-deploy:
name: Deploy extension binaries
Expand Down

0 comments on commit 29e42f2

Please sign in to comment.