We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab42afe commit 32f5ca6Copy full SHA for 32f5ca6
.github/workflows/run.yml
@@ -8,6 +8,7 @@ on:
8
9
permissions:
10
contents: write
11
+ id-token: write
12
13
# Make sure we only ever run one per branch so we don't have issues pushing
14
# after running the pipeline
@@ -34,6 +35,4 @@ jobs:
34
35
- name: Install Calkit
36
run: uv tool install calkit-python
37
- name: Run Calkit
- uses: calkit/run-action@v1
38
- with:
39
- dvc_token: ${{ secrets.CALKIT_DVC_TOKEN }}
+ uses: calkit/run-action@v2
0 commit comments