diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4266cf150..6d4bf4a7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,11 +98,7 @@ jobs: build-args: | package_type=local-package - name: Build Packages - # TODO: Remove git config step later once the repo https://github.com/nginxinc/crossplane-go is made public - env: - TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} run: | - git config --global url."https://dhurley:${TOKEN}@github.com".insteadOf "https://github.com" go install github.com/goreleaser/nfpm/v2/cmd/nfpm@${{ env.NFPM_VERSION }} make clean local-apk-package local-deb-package local-rpm-package local-txz-package tar -cf ./build/snapshots.tar.gz ./build/*.deb ./build/*.rpm ./build/*.pkg ./build/*.apk diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index b6942a47e..c029dbca9 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -114,12 +114,9 @@ jobs: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.18.0 go install github.com/goreleaser/chglog/cmd/chglog@v0.2.0 - name: Tag release and update changelog - # TODO: Remove git config step later once the repo https://github.com/nginxinc/crossplane-go is made public env: - TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} PUBLISH_PACKAGE: ${{ inputs.publishPackages }} run: | - git config --global url."https://dhurley:${TOKEN}@github.com".insteadOf "https://github.com" git config --global user.name 'github-actions' git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com' diff --git a/README.md b/README.md index bbddeeb75..a8903febc 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ Minimum system sizing recommendations for Agent: # Contributing -Get involved with the project by contributing! Please see our [contributing guide](docs/CONTRIBUTING.md) for details. +Get involved with the project by contributing! Please see our [contributing guide](CONTRIBUTING.md) for details. # Change Log See our [changelog](docs/CHANGELOG.md) to keep track of updates.