File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
# Release unpublished packages.
16
- release-plz-release :
16
+ release-crates :
17
17
name : Release agp crates
18
18
runs-on : ubuntu-latest
19
19
permissions :
@@ -37,12 +37,12 @@ jobs:
37
37
manifest_path : ./data-plane/Cargo.toml
38
38
config : ./data-plane/.release-plz.toml
39
39
env :
40
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40
+ GITHUB_TOKEN : ${{ secrets.AGNTCY_BUILD_BOT_GH_TOKEN }}
41
41
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
42
42
43
43
# Create a PR with the new versions and changelog, preparing the next release.
44
- release-plz -pr :
45
- name : Release-plz PR
44
+ release-crates -pr :
45
+ name : Release agp crates - PR
46
46
runs-on : ubuntu-latest
47
47
permissions :
48
48
contents : write
68
68
manifest_path : ./data-plane/Cargo.toml
69
69
config : ./data-plane/.release-plz.toml
70
70
env :
71
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
71
+ GITHUB_TOKEN : ${{ secrets.AGNTCY_BUILD_BOT_GH_TOKEN }}
72
72
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
You can’t perform that action at this time.
0 commit comments