1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Add GITHUB_TOKEN for single file checkout (#21135)

This commit is contained in:
James M. Greene
2021-08-25 16:13:25 -05:00
committed by GitHub
parent c5fb512daf
commit 17d663826b

View File

@@ -65,6 +65,7 @@ jobs:
uses: Bhacaz/checkout-files@c8f01756bfd894ba746d5bf48205e19000b0742b
with:
files: ${{ env.EARLY_ACCESS_SCRIPT_PATH }}
token: ${{ secrets.GITHUB_TOKEN }}
# Add any dependencies that are needed for this workflow below
- if: ${{ github.repository == 'github/docs-internal' }}