Unverified Commit 06c7d6f5 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

chore: update glab token for mirroring workflow (#6801)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent 51e42e39
...@@ -36,7 +36,7 @@ jobs: ...@@ -36,7 +36,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Sync Mirror Repository - name: Sync Mirror Repository
run: ./.github/workflows/mirror_repo.sh ${{ secrets.TOKEN }} ${{ secrets.MIRROR_URL }} run: ./.github/workflows/mirror_repo.sh ${{ secrets.PROJECT_ACCESS_TOKEN }} ${{ secrets.MIRROR_URL }}
trigger-ci: trigger-ci:
name: Trigger CI Pipeline name: Trigger CI Pipeline
...@@ -138,4 +138,5 @@ jobs: ...@@ -138,4 +138,5 @@ jobs:
--form token=${{ secrets.PIPELINE_TOKEN }} \ --form token=${{ secrets.PIPELINE_TOKEN }} \
--form ref=${REF} \ --form ref=${REF} \
"${ci_args[@]}" \ "${ci_args[@]}" \
"${{ secrets.PIPELINE_URL }}" "${{ secrets.PIPELINE_URL }}"
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment