diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 5445f878..7b37bc2b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,4 +1,8 @@ name: Document GitHub action + +permissions: + contents: write + on: workflow_dispatch: push: @@ -13,7 +17,7 @@ on: jobs: documentation: - runs-on: macOS-latest + runs-on: ubuntu-latest name: Write documentation steps: - name: Checkout diff --git a/.github/workflows/read-advanced.yml b/.github/workflows/read-advanced.yml index 8e164b88..af877568 100644 --- a/.github/workflows/read-advanced.yml +++ b/.github/workflows/read-advanced.yml @@ -52,7 +52,7 @@ on: # Set up the steps to run the action jobs: update-library: - runs-on: macOS-latest + runs-on: ubuntu-latest name: Read steps: - name: Checkout diff --git a/.github/workflows/read-thumbnail.yml b/.github/workflows/read-thumbnail.yml index 0d9bf200..d68e362e 100644 --- a/.github/workflows/read-thumbnail.yml +++ b/.github/workflows/read-thumbnail.yml @@ -51,7 +51,7 @@ on: # Set up the steps to run the action jobs: update-library: - runs-on: macOS-latest + runs-on: ubuntu-latest name: Read steps: - name: Checkout diff --git a/.github/workflows/read.yml b/.github/workflows/read.yml index 2536cfc7..ea84881c 100644 --- a/.github/workflows/read.yml +++ b/.github/workflows/read.yml @@ -51,7 +51,7 @@ on: # Set up the steps to run the action jobs: update-library: - runs-on: macOS-latest + runs-on: ubuntu-latest name: Read steps: - name: Checkout diff --git a/README.md b/README.md index c9d14c70..817fe36f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # read-action -![Test](https://github.com/katydecorah/read-action/workflows/Test/badge.svg?branch=main) [![Read](https://github.com/katydecorah/read-action/actions/workflows/read.yml/badge.svg)](https://github.com/katydecorah/read-action/actions/workflows/read.yml) +![Test](https://github.com/library-pals/read-action/workflows/Test/badge.svg?branch=main) [![Read](https://github.com/library-pals/read-action/actions/workflows/read.yml/badge.svg)](https://github.com/library-pals/read-action/actions/workflows/read.yml) This GitHub action tracks the books that you read by updating a JSON file in your repository. Pair it with the [iOS Shortcut](shortcut/README.md) to automatically trigger the action or click **Run workflow** from the Actions tab to submit details about the book. @@ -70,14 +70,14 @@ on: # Set up the steps to run the action jobs: update-library: - runs-on: macOS-latest + runs-on: ubuntu-latest name: Read steps: - name: Checkout uses: actions/checkout@v4 - name: Read - uses: katydecorah/read-action@v8.1.0 + uses: library-pals/read-action@v8.1.0 - name: Commit updated read file run: | @@ -148,7 +148,7 @@ on: # Set up the steps to run the action jobs: update-library: - runs-on: macOS-latest + runs-on: ubuntu-latest name: Read steps: - name: Checkout @@ -158,7 +158,7 @@ jobs: id: read_action with: set-image: true - uses: katydecorah/read-action@v8.1.0 + uses: library-pals/read-action@v8.1.0 - name: Download the book thumbnail if: env.BookThumbOutput != '' @@ -257,14 +257,14 @@ on: # Set up the steps to run the action jobs: update-library: - runs-on: macOS-latest + runs-on: ubuntu-latest name: Read steps: - name: Checkout uses: actions/checkout@v4 - name: Read - uses: katydecorah/read-action@v8.1.0 + uses: library-pals/read-action@v8.1.0 with: thumbnail-width: 1280 set-image: true diff --git a/package.json b/package.json index 80286c26..e542c9a6 100644 --- a/package.json +++ b/package.json @@ -38,12 +38,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/katydecorah/read.git" + "url": "git+https://github.com/library-pals/read-action.git" }, "bugs": { - "url": "https://github.com/katydecorah/read/issues" + "url": "https://github.com/library-pals/read-action/issues" }, - "homepage": "https://github.com/katydecorah/read#readme", + "homepage": "https://github.com/library-pals/read-action#readme", "description": "This GitHub action tracks the books that you've read by updating the `_data/read.json` file in your repository.", "keywords": [ "github-actions"