diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 01e6bef..30c2b9f 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -35,6 +35,7 @@ jobs: comment-on-pr: ${{ github.ref_name != 'main' }} # Generate artifacts on main (to speed up comparisons) generate-artifact: ${{ github.ref_name == 'main' }} + github-token: ${{ secrets.ARTIFACT_TOKEN }} # Generate comparisons to main do-comparison: 'true' # This job's name (so we can find the artifacts)