From 7fdd5fbcf7813a614245851bcd154b1a34f438cb Mon Sep 17 00:00:00 2001 From: Andrew Lee Rubinger Date: Fri, 11 Oct 2024 00:47:24 -0700 Subject: [PATCH] Issue #1: First stab at releasing: * GITHUB_TOKEN * Block ospo@block.xyz as developer --- .github/workflows/release.yml | 6 ++---- pom.xml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64023b1..14d92a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,6 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - token: ${{ secrets.TBD_RELEASE_GITHUB_PERSONAL_ACCESS_TOKEN }} # https://cashapp.github.io/hermit/usage/ci/ - name: Init Hermit @@ -44,8 +43,8 @@ jobs: # Used in writing commits in the release process - name: Set Git Config run: | - git config user.name "tbd-releases" - git config user.email "releases@tbd.email" + git config user.name "block-release-manager[bot]" + git config user.email "block-release-manager[bot]@users.noreply.github.com" # This will set versions, git tag, sign, and publish to TBD Artifactory. Does not release to Maven Central. - name: Release and Publish to TBD Artifactory @@ -80,7 +79,6 @@ jobs: env: ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }} ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }} - TBD_RELEASE_GITHUB_PERSONAL_ACCESS_TOKEN: ${{ secrets.TBD_RELEASE_GITHUB_PERSONAL_ACCESS_TOKEN }} SIGN_KEY_PASS: ${{ secrets.GPG_SECRET_PASSPHRASE }} SIGN_KEY: ${{ secrets.GPG_SECRET_KEY }} diff --git a/pom.xml b/pom.xml index e377e53..88130fa 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ Block Block, Inc. - releases@tbd.email + ospo@block.xyz