Skip to content

Commit aae46a2

Browse files
committed
Update file
1 parent 0f3f943 commit aae46a2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)