Skip to content

Commit e3465f1

Browse files
authored
Update metrics workflow for new repository and token
1 parent 9f1bd11 commit e3465f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/metrics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
git config --global user.email "${{secrets.USER_EMAIL}}"
2727
git config --global user.name "${{secrets.USER_NAME}}"
28-
git clone --single-branch --branch main "https://x-access-token:${{secrets.API_TOKEN_DOC}}@github.com/fga-eps-mds/2024.1-MeasureSoftGram-DOC" doc
28+
git clone --single-branch --branch main "https://x-access-token:${{secrets.API_TOKEN_DOC}}@github.com/fga-eps-mds/2026.1-MeasureSoftGram-DOC" doc
2929
mkdir -p doc/analytics-raw-data
3030
cp -R analytics-raw-data/*.json doc/analytics-raw-data
3131
cd doc
@@ -38,6 +38,6 @@ jobs:
3838
uses: AButler/upload-release-assets@v2.0
3939
with:
4040
files: 'analytics-raw-data/*'
41-
repo-token: ${{ secrets.GITHUB_TOKEN }}
41+
repo-token: ${{ secrets.TOKEN_GITHUB }}
4242
release-tag: ${{ github.ref_name }}
4343

0 commit comments

Comments
 (0)