Skip to content

Commit 229019a

Browse files
authored
Update doxygen.yml
1 parent 5225d9e commit 229019a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/doxygen.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- uses: actions/checkout@v3
1717
with:
1818
ref: "dev"
19-
persist-credentials: false
2019
- name: Build docs
2120
run: |
2221
cat > CMakeLists.txt <<\EOF
@@ -28,4 +27,4 @@ jobs:
2827
git config --global user.email "github-action-bot@example.com"
2928
git config --global user.name "GitHub Action Bot"
3029
git commit -m "Updated README" -a || echo "No changes to commit"
31-
git push https://${{ secrets.ALIBUILD_WORKFLOW_PUSH_TOKEN }}@github.com/AliceO2Group/docs `git subtree split --prefix doc/html dev`:refs/heads/main --force
30+
git push https://alibuild:${{ secrets.ALIBUILD_GITHUB_TOKEN }}@github.com/AliceO2Group/docs `git subtree split --prefix doc/html dev`:refs/heads/main --force

0 commit comments

Comments
 (0)