Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Commit a0c7d8f

Browse files
authored
Merge pull request #6 from letsbuilda/shenanigansd-patch-1
publish: revert secret dumping
2 parents 2cdee9f + a097bf5 commit a0c7d8f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/rust-crates-io-publish.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
name: Rust - Publish to crates.io
22

33
on:
4-
workflow_dispatch:
54
release:
65
types: [released]
76

87
jobs:
9-
dump_contexts_to_log:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: Dump CARGO_REGISTRY_TOKEN
13-
run: echo xray--${CARGO_REGISTRY_TOKEN}--xray
14-
env:
15-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
168
publish:
179
uses: darbiadev/.github/.github/workflows/rust-crates-io-publish.yaml@main
1810
secrets:

0 commit comments

Comments
 (0)