Skip to content

Commit

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

permissions:
packages: write

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

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

0 comments on commit 455f3e5

Please sign in to comment.