Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43e700e

Browse files
committed
Fix usage of tinybird ci token
1 parent 7c9e51f commit 43e700e

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

‎.github/workflows/aws-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
secrets:
6969
DOCKERHUB_PULL_USERNAME: ${{ secrets.DOCKERHUB_PULL_USERNAME }}
7070
DOCKERHUB_PULL_TOKEN: ${{ secrets.DOCKERHUB_PULL_TOKEN }}
71+
TINYBIRD_CI_TOKEN: ${{ secrets.TINYBIRD_CI_TOKEN }}
7172

7273
push:
7374
name: "Push Images"

‎.github/workflows/aws-tests-mamr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
secrets:
6363
DOCKERHUB_PULL_USERNAME: ${{ secrets.DOCKERHUB_PULL_USERNAME }}
6464
DOCKERHUB_PULL_TOKEN: ${{ secrets.DOCKERHUB_PULL_TOKEN }}
65+
TINYBIRD_CI_TOKEN: ${{ secrets.TINYBIRD_CI_TOKEN }}
6566

6667
push-to-tinybird:
6768
name: Push Workflow Status to Tinybird

‎.github/workflows/aws-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ on:
9797
DOCKERHUB_PULL_TOKEN:
9898
description: 'A DockerHub token - Used to avoid rate limiting issues.'
9999
required: true
100+
TINYBIRD_CI_TOKEN:
101+
description: 'Token for accessing our tinybird ci analytics workspace.'
102+
required: true
100103

101104
env:
102105
PYTEST_LOGLEVEL: ${{ inputs.PYTEST_LOGLEVEL || 'WARNING' }}

0 commit comments

Comments
 (0)