diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 8d9255c..974cc2b 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -25,7 +25,7 @@ jobs: id: prepare uses: regolith-linux/actions/prepare-release@main env: - GITHUB_TOKEN: ${{ secrets.ORG_BROADCAST_TOKEN }} + GITHUB_TOKEN: ${{ secrets.ORG_BROADCAST_TOKEN2 }} with: name: "${{ github.event.repository.name }}" repo: "${{ github.server_url }}/${{ github.repository }}.git" @@ -35,15 +35,15 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 if: ${{ steps.prepare.outputs.release-exists == 'false' }} env: - GITHUB_TOKEN: ${{ secrets.ORG_BROADCAST_TOKEN }} + GITHUB_TOKEN: ${{ secrets.ORG_BROADCAST_TOKEN2 }} with: repository: "${{ steps.prepare.outputs.voulage-path }}" branch: "main" file_pattern: "stage/testing/**" commit_message: "chore: bump ${{ github.event.repository.name }} testing to ${{ steps.prepare.outputs.release-version }}" - commit_user_name: regolith-bot + commit_user_name: regolith-ci-bot commit_user_email: bot@regolith-desktop.com - commit_author: "regolith-bot " + commit_author: "regolith-ci-bot " - name: Release Package uses: softprops/action-gh-release@v2 @@ -51,5 +51,5 @@ jobs: with: name: ${{ steps.prepare.outputs.release-version }} tag_name: ${{ steps.prepare.outputs.release-version }} - token: ${{ secrets.ORG_BROADCAST_TOKEN }} + token: ${{ secrets.ORG_BROADCAST_TOKEN2 }} generate_release_notes: true diff --git a/.github/workflows/publish-testing.yml b/.github/workflows/publish-testing.yml index f390fe6..b85e0f1 100644 --- a/.github/workflows/publish-testing.yml +++ b/.github/workflows/publish-testing.yml @@ -133,7 +133,7 @@ jobs: - name: Update Manifests uses: regolith-linux/actions/update-manifest@main env: - GITHUB_TOKEN: ${{ secrets.ORG_BROADCAST_TOKEN }} + GITHUB_TOKEN: ${{ secrets.ORG_BROADCAST_TOKEN2 }} with: name: "${{ github.event.repository.name }}" repo: "${{ github.server_url }}/${{ github.repository }}.git" diff --git a/.github/workflows/publish-unstable.yml b/.github/workflows/publish-unstable.yml index 2f23ad2..9f13713 100644 --- a/.github/workflows/publish-unstable.yml +++ b/.github/workflows/publish-unstable.yml @@ -135,7 +135,7 @@ jobs: - name: Update Manifests uses: regolith-linux/actions/update-manifest@main env: - GITHUB_TOKEN: ${{ secrets.ORG_BROADCAST_TOKEN }} + GITHUB_TOKEN: ${{ secrets.ORG_BROADCAST_TOKEN2 }} with: name: "${{ github.event.repository.name }}" repo: "${{ github.server_url }}/${{ github.repository }}.git"