Skip to content

Commit a5ae2c3

Browse files
update authentication token to use GITHUB_TOKEN in GitHub Actions workflow
1 parent ce376f7 commit a5ae2c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
registry: ${{ env.REGISTRY }}
3434
username: ${{ github.actor }}
35-
password: ${{ secrets.PAT_TOKEN }}
35+
password: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: Extract metadata (devcontainer-core)
3838
id: core_meta

0 commit comments

Comments
 (0)