Fix typo: change 'env' to 'environment' in .circleci/config.yml (#38273)

* Fix typo: change 'env' to 'environment' in .circleci/config.yml

* Remove CIRCLE_TOKEN environment variable from artifact retrieval step

---------

Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com>
This commit is contained in:
Abdessamad Enabih 2025-05-23 09:45:27 +01:00 committed by GitHub
parent 11b670a282
commit 38f9c5b15b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,8 +122,6 @@ jobs:
- run:
name: "Retrieve Artifact Paths"
env:
CIRCLE_TOKEN: ${{ secrets.CI_ARTIFACT_TOKEN }}
command: |
project_slug="gh/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}"
job_number=${CIRCLE_BUILD_NUM}