diff --git a/.github/workflows/bump-scaffold.yml b/.github/workflows/bump-scaffold.yml index 4ba2f00..049f7e5 100644 --- a/.github/workflows/bump-scaffold.yml +++ b/.github/workflows/bump-scaffold.yml @@ -21,7 +21,12 @@ on: jobs: call-workflow: - secrets: inherit + permissions: + contents: write + id-token: write + secrets: + WORKFLOW_BOT_APP_ID: ${{ secrets.WORKFLOW_BOT_APP_ID }} + WORKFLOW_BOT_PRIVATE_KEY: ${{ secrets.WORKFLOW_BOT_PRIVATE_KEY }} uses: compulim/workflows/.github/workflows/bump-scaffold.yml@main with: package-name: ${{ inputs.package-name }} diff --git a/packages/version-from-git/package.json b/packages/version-from-git/package.json index f16fcb9..85b6216 100644 --- a/packages/version-from-git/package.json +++ b/packages/version-from-git/package.json @@ -26,7 +26,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/compulim/version-from-git.git" + "url": "https://github.com/compulim/version-from-git.git" }, "keywords": [ "branch",