Skip to content

Commit 55a2b4b

Browse files
committed
ci: declare secrets
1 parent 48f2fa3 commit 55a2b4b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CI
22

33
on:
44
workflow_call:
5+
secrets:
6+
GITHUB_TOKEN:
7+
required: true
58

69
jobs:
710

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: release
22

33
on:
44
workflow_call:
5+
secrets:
6+
GITHUB_TOKEN:
7+
required: true
8+
CARGO_REGISTRY_TOKEN:
9+
required: true
510

611
jobs:
712

0 commit comments

Comments
 (0)