diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b2a667..fa09d64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: - name: Push to compgeolab.github.io if: success() && github.event_name == 'push' # Don't use tags: https://julienrenaux.fr/2019/12/20/github-actions-security-risk/ - uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e + uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 with: deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} external_repository: compgeolab/compgeolab.github.io