Skip to content

Commit 6627404

Browse files
committed
🔧 DOP-5399 exporting PAT and assigning it to GITHUB_TOKEN variable
1 parent 6a3caac commit 6627404

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/osiris-subpar-coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
run: git clone --branch DOP-5399 https://github.com/mongodb/docs-java.git cloned-docs-java-repo
2828

2929
- name: Clone Osiris
30-
run: git clone https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/10gen/osiris.git cloned-osiris-repo
30+
run: |
31+
export GITHUB_TOKEN=${{ secrets.PERSONAL_ACCESS_TOKEN }}
32+
git clone https://x-access-token:[email protected]/10gen/osiris.git cloned-osiris-repo
3133
3234
- name: Run Coverage Check
3335
id: run_coverage

0 commit comments

Comments
 (0)