We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f439198 commit f9f2204Copy full SHA for f9f2204
.github/workflows/publish-crates.yml
@@ -2,9 +2,6 @@ name: Upload crates.io packages
2
3
on:
4
workflow_call:
5
- secrets:
6
- CARGO_REGISTRY_TOKEN:
7
- required: true
8
workflow_dispatch:
9
10
jobs:
.github/workflows/publish-python.yml
@@ -6,6 +6,7 @@ on:
permissions:
contents: read
+ id-token: write
11
defaults:
12
run:
@@ -18,9 +19,6 @@ jobs:
18
19
environment:
20
name: release
21
url: https://pypi.org/p/feldera
- permissions:
22
- contents: read
23
- id-token: write
24
25
steps:
26
- uses: actions/checkout@v4
0 commit comments