Skip to content

Commit 32f5ca6

Browse files
committed
Update run-action version
1 parent ab42afe commit 32f5ca6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/run.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
permissions:
1010
contents: write
11+
id-token: write
1112

1213
# Make sure we only ever run one per branch so we don't have issues pushing
1314
# after running the pipeline
@@ -34,6 +35,4 @@ jobs:
3435
- name: Install Calkit
3536
run: uv tool install calkit-python
3637
- name: Run Calkit
37-
uses: calkit/run-action@v1
38-
with:
39-
dvc_token: ${{ secrets.CALKIT_DVC_TOKEN }}
38+
uses: calkit/run-action@v2

0 commit comments

Comments
 (0)