From 1cf469d0ac7a2b037be00da888986f44dd4770b0 Mon Sep 17 00:00:00 2001 From: Joe Jackson Date: Tue, 28 Nov 2023 16:22:49 -0800 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index b7e021e43..b748fab49 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -37,6 +37,8 @@ jobs: - name: Copy the submodule run: cp -R ./runways/icao/ ./public/database/runways/ - name: Deploy React to GitHub Pages + env: + ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} # You may pin to the exact commit or the version. # uses: bitovi/github-actions-react-to-ghp@1782b3410beca05fb72bd089e5620790c0c4d883 uses: bitovi/github-actions-react-to-ghp@v1.2.0