Skip to content

Commit

Permalink
Update 8hobbies/workflows digest to a840038 (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent e574358 commit 0fa74e3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ on:

jobs:
lint:
uses: 8hobbies/workflows/.github/workflows/npm-lint.yml@0956f1a2e7c4d612cbb8563bf52f270387df03d2
uses: 8hobbies/workflows/.github/workflows/npm-lint.yml@a84003851e55e8e358ac922cdb6f6df420cd16a4
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
permissions:
pages: write
id-token: write
uses: 8hobbies/workflows/.github/workflows/npm-doc-pages.yml@0956f1a2e7c4d612cbb8563bf52f270387df03d2
uses: 8hobbies/workflows/.github/workflows/npm-doc-pages.yml@a84003851e55e8e358ac922cdb6f6df420cd16a4
with:
doc-path: "docs/build"
2 changes: 1 addition & 1 deletion .github/workflows/publish-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ on:

jobs:
run:
uses: 8hobbies/workflows/.github/workflows/npm-publish-dry-run.yml@0956f1a2e7c4d612cbb8563bf52f270387df03d2
uses: 8hobbies/workflows/.github/workflows/npm-publish-dry-run.yml@a84003851e55e8e358ac922cdb6f6df420cd16a4
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ on:
tags: ["v*"]
jobs:
build:
uses: 8hobbies/workflows/.github/workflows/npm-publish.yml@0956f1a2e7c4d612cbb8563bf52f270387df03d2
uses: 8hobbies/workflows/.github/workflows/npm-publish.yml@a84003851e55e8e358ac922cdb6f6df420cd16a4
secrets:
npm-auth-token: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ on:

jobs:
test:
uses: 8hobbies/workflows/.github/workflows/npm-runtime.yml@0956f1a2e7c4d612cbb8563bf52f270387df03d2
uses: 8hobbies/workflows/.github/workflows/npm-runtime.yml@a84003851e55e8e358ac922cdb6f6df420cd16a4

0 comments on commit 0fa74e3

Please sign in to comment.