Skip to content

Commit

Permalink
use built-in token
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Nov 1, 2024
1 parent d3820fe commit b3a0db4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/prebuild-devcontainers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Prebuild Dev Containers

permissions:
packages: write

on:
push:
paths:
Expand Down Expand Up @@ -45,7 +48,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Platform devcontainer
uses: devcontainers/[email protected]
Expand Down

0 comments on commit b3a0db4

Please sign in to comment.