diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 69c08f5fa..00b9da88c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,10 +48,10 @@ jobs: - name: Authenticate with the GitHub Package Registry run: - echo "//npm.pkg.github.com:_authToken=${{ secrets.PUBLISH_TOKEN }}" > + echo "//npm.pkg.github.com:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc # Publish to GitHub Packages - run: npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 4ce28c159..08ac93cfc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@jamesives/github-sponsors-readme-action", "description": "This GitHub Action will automatically add your GitHub Sponsors to your README. It can be configured in multiple ways allowing you to display and breakdown your sponsors by price tier with fallbacks.", "author": "James Ives (https://jamesiv.es)", - "version": "1.0.3", + "version": "1.0.5", "license": "MIT", "main": "lib/lib.js", "types": "lib/lib.d.ts", @@ -15,12 +15,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/JamesIves/fetch-api-data-action.git" + "url": "git+https://github.com/JamesIves/github-sponsors-readme-action.git" }, "bugs": { - "url": "https://github.com/JamesIves/fetch-api-data-action/issues" + "url": "https://github.com/JamesIves/github-sponsors-readme-action/issues" }, - "homepage": "https://github.com/JamesIves/fetch-api-data-action", + "homepage": "https://github.com/JamesIves/github-sponsors-readme-action", "keywords": [ "github-sponsors", "sponsors",