Skip to content

Commit 0446c2a

Browse files
author
Test User
committed
ci: revert crates.io token path to TerraphimPlatform vault
The CI service account has access to TerraphimPlatform vault but not the Terraphim vault. The original path was correct - the failure was due to fcctl-core private dependency, not the token path.
1 parent 8581405 commit 0446c2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-crates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
env:
5858
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
5959
run: |
60-
TOKEN=$(op read "op://Terraphim/TerraphimCrates.ioToken/password")
60+
TOKEN=$(op read "op://TerraphimPlatform/crates.io.token/token")
6161
echo "token=$TOKEN" >> $GITHUB_OUTPUT
6262
6363
- name: Publish crates in dependency order

.github/workflows/release-comprehensive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ jobs:
905905
env:
906906
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
907907
run: |
908-
TOKEN=$(op read "op://Terraphim/TerraphimCrates.ioToken/password")
908+
TOKEN=$(op read "op://TerraphimPlatform/crates.io.token/token")
909909
echo "token=$TOKEN" >> $GITHUB_OUTPUT
910910
911911
- name: Publish crates in dependency order

0 commit comments

Comments
 (0)