Skip to content

Commit 0170702

Browse files
authored
Merge pull request #3584 from vdice/chore/rename-pat
chore(.github): rename spinframeworkbot PR PAT
2 parents 1aa797a + 30ac632 commit 0170702

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bump-wasmtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Create Spin PR
4242
uses: peter-evans/create-pull-request@v8
4343
with:
44-
token: ${{ secrets.SPIN_RUST_SDK_RELEASE_PAT }}
44+
token: ${{ secrets.SPINFRAMEWORKBOT_PR_PAT }}
4545
branch: bump-wasmtime/prerelease-${{ steps.wasmtime-release.outputs.last_wasmtime }}
4646
commit-message: Bump Wasmtime to v${{ steps.wasmtime-release.outputs.last_wasmtime }} prerelease
4747
title: Bump Wasmtime to v${{ steps.wasmtime-release.outputs.last_wasmtime }} prerelease

.github/workflows/rust-sdk-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
committer: spinframeworkbot <202838904+spinframeworkbot@users.noreply.github.com>
4848
author: spinframeworkbot <202838904+spinframeworkbot@users.noreply.github.com>
4949
signoff: true
50-
token: ${{ secrets.SPIN_RUST_SDK_RELEASE_PAT }}
50+
token: ${{ secrets.SPINFRAMEWORKBOT_PR_PAT }}

0 commit comments

Comments
 (0)