Skip to content

Commit 98e00fc

Browse files
dylanratcliffeactions-user
authored andcommitted
Added OIDC to the docker-release workflow (#2948)
This is broken: https://github.com/overmindtech/cli/actions/runs/18918572867/job/54008355464 GitOrigin-RevId: 8f950b23413018b314d1cac4b7396627e174dc2b
1 parent ab237ef commit 98e00fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
permissions:
1414
contents: write
1515
packages: write
16+
id-token: write
1617

1718
steps:
1819
- name: Checkout
@@ -34,7 +35,7 @@ jobs:
3435
username: ${{ github.actor }}
3536
password: ${{ secrets.GITHUB_TOKEN }}
3637

37-
- uses: depot/use-action@main
38+
- uses: depot/use-action@v1
3839
with:
3940
project: xnsnw3m20t
4041

0 commit comments

Comments
 (0)