diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 10ec3aa..8e5b9b3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -12,6 +12,7 @@ jobs: permissions: contents: read packages: write + id-token: write steps: @@ -45,6 +46,5 @@ jobs: - name: Deploy to GitHub Pages uses: actions/deploy-pages@v4 with: - github-token: ${{ secrets.DEPLOY_TOKEN }} - pages-branch: main - pages-path: / \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} + artifact_name: ${{ env.BINARY_NAME }} \ No newline at end of file