From 5e5eb51485ba8868df48c76a67377ab2ff00bd4f Mon Sep 17 00:00:00 2001 From: William Wong Date: Wed, 24 Dec 2025 02:41:56 +0000 Subject: [PATCH] Fix scaffold --- .github/workflows/bump-scaffold.yml | 7 ++++++- packages/version-from-git/package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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",