Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down