Skip to content

Commit

Permalink
Fix update workflow perms for devcontainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Dec 16, 2022
1 parent 904390b commit cc6f456
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build & Push
uses: devcontainers/[email protected]
with:
Expand Down

0 comments on commit cc6f456

Please sign in to comment.