Skip to content

Commit 8581405

Browse files
author
Test User
committed
ci: fix 1Password path for crates.io token
Update crates.io token retrieval path from: op://TerraphimPlatform/crates.io.token/token To: op://Terraphim/TerraphimCrates.ioToken/password Fixes both release-comprehensive.yml and publish-crates.yml workflows.
1 parent 7b5bde8 commit 8581405

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://TerraphimPlatform/crates.io.token/token")
60+
TOKEN=$(op read "op://Terraphim/TerraphimCrates.ioToken/password")
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://TerraphimPlatform/crates.io.token/token")
908+
TOKEN=$(op read "op://Terraphim/TerraphimCrates.ioToken/password")
909909
echo "token=$TOKEN" >> $GITHUB_OUTPUT
910910
911911
- name: Publish crates in dependency order

0 commit comments

Comments
 (0)