Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
permissions:
contents: write
pull-requests: write
uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release-prepare.yml@d7dad49d7e0f147d484a05d1049354406169fd97 # v3
uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release-prepare.yml@8471ad7827fcee306ac2b8c10e984e57aeefe7df # v3
with:
plugin-name: podnotes
package-manager: npm
Expand All @@ -50,7 +50,7 @@ jobs:
target-sha: ${{ github.event.workflow_run.head_sha || inputs.targetSha }}
release-bot-app-slug: podnotes-release-bot
app-id: ${{ vars.RELEASE_APP_ID }}
workflows-ref: d7dad49d7e0f147d484a05d1049354406169fd97 # v3
workflows-ref: 8471ad7827fcee306ac2b8c10e984e57aeefe7df # v3
# dry-run: true # plan only; skip opening the PR (smoke test)
secrets:
release-app-private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/release-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
actions: write
contents: write
pull-requests: read
uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release-validate.yml@d7dad49d7e0f147d484a05d1049354406169fd97 # v3
uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release-validate.yml@8471ad7827fcee306ac2b8c10e984e57aeefe7df # v3
with:
pr-number: ${{ github.event.pull_request.number || inputs.pr-number }}
plugin-name: podnotes
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
contents: write
id-token: write
pull-requests: read
uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release.yml@d7dad49d7e0f147d484a05d1049354406169fd97 # v3
uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release.yml@8471ad7827fcee306ac2b8c10e984e57aeefe7df # v3
with:
release-pr: ${{ inputs.releasePr }}
plugin-name: podnotes
Expand All @@ -48,7 +48,7 @@ jobs:
setup-python: true
python-version: "3.x"
docs-requirements: docs/requirements.txt
workflows-ref: d7dad49d7e0f147d484a05d1049354406169fd97 # v3
workflows-ref: 8471ad7827fcee306ac2b8c10e984e57aeefe7df # v3
secrets:
# Optional: unset secrets resolve to '' and the notify job skips them.
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
Expand Down