File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 68
68
secrets :
69
69
DOCKERHUB_PULL_USERNAME : ${{ secrets.DOCKERHUB_PULL_USERNAME }}
70
70
DOCKERHUB_PULL_TOKEN : ${{ secrets.DOCKERHUB_PULL_TOKEN }}
71
+ TINYBIRD_CI_TOKEN : ${{ secrets.TINYBIRD_CI_TOKEN }}
71
72
72
73
push :
73
74
name : " Push Images"
Original file line number Diff line number Diff line change 62
62
secrets :
63
63
DOCKERHUB_PULL_USERNAME : ${{ secrets.DOCKERHUB_PULL_USERNAME }}
64
64
DOCKERHUB_PULL_TOKEN : ${{ secrets.DOCKERHUB_PULL_TOKEN }}
65
+ TINYBIRD_CI_TOKEN : ${{ secrets.TINYBIRD_CI_TOKEN }}
65
66
66
67
push-to-tinybird :
67
68
name : Push Workflow Status to Tinybird
Original file line number Diff line number Diff line change 97
97
DOCKERHUB_PULL_TOKEN :
98
98
description : ' A DockerHub token - Used to avoid rate limiting issues.'
99
99
required : true
100
+ TINYBIRD_CI_TOKEN :
101
+ description : ' Token for accessing our tinybird ci analytics workspace.'
102
+ required : true
100
103
101
104
env :
102
105
PYTEST_LOGLEVEL : ${{ inputs.PYTEST_LOGLEVEL || 'WARNING' }}
You can’t perform that action at this time.
0 commit comments