diff --git a/.github/workflows/master.yml b/.github/workflows/main.yml similarity index 97% rename from .github/workflows/master.yml rename to .github/workflows/main.yml index e076369..5dde981 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: - name: Deploy Badge to GitHub Pages env: - GH_TOKEN: ${{ secrets.git a }} + GH_TOKEN: ${{ secrets.ACCESS_TOKEN }} run: | git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com"