diff --git a/.github/workflows/auto_merge_prs.yml b/.github/workflows/auto_merge_prs.yml index ced6bddb..260723a4 100644 --- a/.github/workflows/auto_merge_prs.yml +++ b/.github/workflows/auto_merge_prs.yml @@ -20,4 +20,4 @@ jobs: run: gh pr merge --auto --merge "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} - GH_TOKEN: "${{ github.token }}" + GH_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}" diff --git a/Cargo.toml b/Cargo.toml index 6212924a..1586ef46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "Chris Hennick ", ] license = "MIT" -repository = "https://github.com/Pr0methean/zip.git" +repository = "https://github.com/zip-rs/zip2.git" keywords = ["zip", "archive"] rust-version = "1.70.0" description = """ diff --git a/README.md b/README.md index bb9ea7ef..c417c39f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ zip ======== -[![Build Status](https://github.com/Pr0methean/zip/actions/workflows/ci.yaml/badge.svg)](https://github.com/Pr0methean/zip/actions?query=branch%3Amaster+workflow%3ACI) +[![Build Status](https://github.com/zip-rs/zip2/actions/workflows/ci.yaml/badge.svg)](https://github.com/Pr0methean/zip/actions?query=branch%3Amaster+workflow%3ACI) [![Crates.io version](https://img.shields.io/crates/v/zip.svg)](https://crates.io/crates/zip) [Documentation](https://docs.rs/zip/latest/zip/)