File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,25 @@ jobs:
4545 - name : 📂 Checkout
4646 uses : actions/checkout@v4
4747 with :
48- submodules : recursive
4948 token : ${{ secrets.ACCESS_TOKEN }}
5049 repository : ${{ env.JOBS_ID != 1 && env.DOC || '' }}
51-
50+ submodules : ${{ env.JOBS_ID != 1 && 'recursive' || false }}
51+
5252 - name : ⚙️ Build Maps
5353 uses : eq19/maps@v8
5454 id : build-parser
5555 with :
5656 token : ${{ secrets.ACCESS_TOKEN }}
57+ chat_id : ${{ secrets.MESSAGE_API }}
58+ api_key : ${{ secrets.ACCESS_API }}
59+ api_secret : ${{ secrets.ACCESS_KEY }}
60+ pypi_token : ${{ secrets.PYPI_TOKEN }}
61+ bot_token : ${{ secrets.MONITOR_TOKEN }}
62+ logs_token : ${{ secrets.WARNING_TOKEN }}
5763 credentials : ${{ secrets.GCP_CREDENTIALS }}
5864 docker_hub_token : ${{ secrets.DOCKER_HUB_TOKEN }}
5965 docker_hub_password : ${{ secrets.DOCKER_HUB_PASSWORD }}
60- initiate_pauli_sum : ${{ toJSON(steps.set-lexering .outputs) }}
66+ initiate_pauli_sum : ${{ toJSON(steps.build-parser .outputs) }}
6167
6268 - name : 🪂 Feed Mapping
6369 uses : eq19/feed@v6
You can’t perform that action at this time.
0 commit comments