File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 55 types :
66 - rust-sdk-release
77
8- permissions :
9- contents : write # allows commits/pushes
10- pull-requests : write # allows PR creation
11-
128jobs :
139 create-pr :
1410 name : Create PR with Spin Rust Templates SDK Dependency Bump
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
You can’t perform that action at this time.
0 commit comments