diff --git a/.github/workflows/eleventy_build.yml b/.github/workflows/eleventy_build.yml index c567968..368ec99 100644 --- a/.github/workflows/eleventy_build.yml +++ b/.github/workflows/eleventy_build.yml @@ -23,5 +23,5 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - deploy_key: $ + deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} publish_dir: ./pub \ No newline at end of file