diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c3ac22..9c904f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,5 +25,5 @@ jobs: - name: 🚀 Run semantic-release env: - POLICY_TOKEN: ${{ secrets.POLICY_TOKEN }} # Comes from GitHub + GH_TOKEN: ${{ secrets.GH_TOKEN }} # Comes from GitHub run: npx semantic-release