From b3a0db4402476dd0183ef235c372460167d402b0 Mon Sep 17 00:00:00 2001 From: pasta Date: Thu, 31 Oct 2024 19:17:01 -0500 Subject: [PATCH] use built-in token --- .github/workflows/prebuild-devcontainers.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prebuild-devcontainers.yml b/.github/workflows/prebuild-devcontainers.yml index 2f4a523c5b..cd2710eea7 100644 --- a/.github/workflows/prebuild-devcontainers.yml +++ b/.github/workflows/prebuild-devcontainers.yml @@ -1,5 +1,8 @@ name: Prebuild Dev Containers +permissions: + packages: write + on: push: paths: @@ -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/ci@v0.3