Skip to content

Commit

Permalink
updates devcontiner github action to auth against depot with oidc (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei authored Nov 9, 2023
1 parent b3ead87 commit 53a44dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/devcontainer-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
jobs:
devcontainer-build-and-push:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
steps:
- name: Checkout
id: checkout
Expand Down Expand Up @@ -37,6 +41,8 @@ jobs:
- name: Set up Depot CLI
uses: depot/setup-action@v1
with:
oidc: true

- name: Setup Docker to use Depot
run: depot configure-docker
Expand Down

0 comments on commit 53a44dd

Please sign in to comment.