diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b57a96f7..7c22754a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -35,7 +35,7 @@ jobs: comment-on-alert: true fail-on-alert: true gh-repository: github.com/ComPWA/tensorwaves-benchmark-results - github-token: ${{ secrets.PAT }} + github-token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} name: TensorWaves benchmark results output-file-path: benchmarks/output.json tool: pytest diff --git a/.github/workflows/redirect-gh-pages.yml b/.github/workflows/redirect-gh-pages.yml index fa6f0c8a..0e21a623 100644 --- a/.github/workflows/redirect-gh-pages.yml +++ b/.github/workflows/redirect-gh-pages.yml @@ -26,7 +26,7 @@ jobs: ' > build/index.html - id: deployment - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: build/