Skip to content

Commit f9f2204

Browse files
committed
[ci] fix crate/pypi publishing workflows
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
1 parent f439198 commit f9f2204

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/publish-crates.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Upload crates.io packages
22

33
on:
44
workflow_call:
5-
secrets:
6-
CARGO_REGISTRY_TOKEN:
7-
required: true
85
workflow_dispatch:
96

107
jobs:

.github/workflows/publish-python.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
permissions:
88
contents: read
9+
id-token: write
910

1011
defaults:
1112
run:
@@ -18,9 +19,6 @@ jobs:
1819
environment:
1920
name: release
2021
url: https://pypi.org/p/feldera
21-
permissions:
22-
contents: read
23-
id-token: write
2422

2523
steps:
2624
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)