We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5225d9e commit 229019aCopy full SHA for 229019a
1 file changed
.github/workflows/doxygen.yml
@@ -16,7 +16,6 @@ jobs:
16
- uses: actions/checkout@v3
17
with:
18
ref: "dev"
19
- persist-credentials: false
20
- name: Build docs
21
run: |
22
cat > CMakeLists.txt <<\EOF
@@ -28,4 +27,4 @@ jobs:
28
27
git config --global user.email "github-action-bot@example.com"
29
git config --global user.name "GitHub Action Bot"
30
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
+ 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