diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index ce73c043..7d5f3ae2 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }} + token: ${{ secrets.INTEGRATIONS_MD_BOT_TOKEN }} - name: Update Install Script run: |- NEW_VERSION="v$(cat version.txt)" diff --git a/.github/workflows/go-releaser.yml b/.github/workflows/go-releaser.yml index ce1e2fb1..5d8e5c87 100644 --- a/.github/workflows/go-releaser.yml +++ b/.github/workflows/go-releaser.yml @@ -206,7 +206,7 @@ jobs: uses: actions/checkout@v3 with: repository: OctopusDeploy/linux-package-feeds - token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }} + token: ${{ secrets.INTEGRATIONS_MD_BOT_TOKEN }} path: linux-package-feeds - name: Download goreleaser built binaries and MSI from artifact octopus-cli.${{ needs.goreleaser.outputs.version }} @@ -264,7 +264,7 @@ jobs: needs: [goreleaser, msi, generate-packages-and-publish] runs-on: ubuntu-latest env: - INTEGRATIONS_TOKEN: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }} + INTEGRATIONS_TOKEN: ${{ secrets.INTEGRATIONS_MD_BOT_TOKEN }} steps: - name: Calculate branch name diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 946083df..876e63bf 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -11,7 +11,7 @@ jobs: id: release with: release-type: simple - token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }} + token: ${{ secrets.INTEGRATIONS_MD_BOT_TOKEN }} command: github-release release-please-pr: runs-on: ubuntu-latest @@ -21,6 +21,6 @@ jobs: - id: release-pr uses: google-github-actions/release-please-action@v3 with: - token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }} + token: ${{ secrets.INTEGRATIONS_MD_BOT_TOKEN }} release-type: simple command: release-pr \ No newline at end of file