diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 03d924a..1ed333d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v4 with: ref: master - token: ${{ secrets.GITHUB_TOKEN }} + ssh-key: ${{ secrets.RELEASE_DEPLOY_KEY }} - name: Set combined version in mix.exs run: | diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e0eed77..31d6790 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ Open an issue. Check for duplicates first. For bugs, include your Docker version ### Development setup -See the [Development and Contributing wiki page](https://github.com/CommunityMaintained/pinchflat/wiki/Development-and-Contributing) for local setup instructions. +TBA ## Release process