Skip to content

Commit e9c8c59

Browse files
Undo all my failures (#3337)
Signed-off-by: Brian Hardock <[email protected]>
1 parent f0589eb commit e9c8c59

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

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

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
types:
66
- rust-sdk-release
77

8-
permissions:
9-
contents: write # allows commits/pushes
10-
pull-requests: write # allows PR creation
11-
128
jobs:
139
create-pr:
1410
name: Create PR with Spin Rust Templates SDK Dependency Bump
@@ -17,22 +13,7 @@ jobs:
1713
steps:
1814
# Checkout the repository
1915
- uses: actions/checkout@v4
20-
with:
21-
persist-credentials: false # disable default GITHUB_TOKEN
22-
fetch-depth: 0
23-
24-
# Configure Git identity
25-
- name: Configure Git
26-
run: |
27-
git config user.name "spinframeworkbot"
28-
git config user.email "[email protected]"
29-
30-
# Set the remote to use the PAT
31-
- name: Use PAT for Git
32-
run: |
33-
git remote set-url origin https://x-access-token:${{ secrets.SPIN_RUST_SDK_RELEASE_PAT }}@github.com/${{ github.repository }}.git
34-
35-
16+
3617
# Run script to update the templates
3718
- name: Bump Rust Templates SDK Dependency
3819
shell: bash

0 commit comments

Comments
 (0)