From 320fc062aa38517e5ad0a8259d38dd0280fbcc2d Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Tue, 25 Apr 2023 11:19:34 -0400 Subject: [PATCH] chore: fixup release please token to MageOS Token (#25) --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 948515f..6f9b5d0 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -11,6 +11,6 @@ jobs: steps: - uses: google-github-actions/release-please-action@v3 with: - token: ${{ secrets.GRAYCORE_GITHUB_TOKEN }} + token: ${{ secrets.MAGE_OS_CI_TOKEN }} command: manifest default-branch: main