Răsfoiți Sursa

Explicitly pass in github token to download action. (#3751)

Richard Smith 2 ani în urmă
părinte
comite
43bfbbe6d5
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      .github/workflows/pre_commit_suggestions.yaml

+ 1 - 0
.github/workflows/pre_commit_suggestions.yaml

@@ -34,6 +34,7 @@ jobs:
         uses: actions/download-artifact@v4
         with:
           name: pre-commit output
+          github-token: ${{ secrets.GITHUB_TOKEN }}
           run-id: ${{ github.event.workflow_run.id }}
 
       # Use https://github.com/tido64/suggestion-bot to create PR suggestions