From 5bd778f84f37040b15713886e5cc04c8883a40d3 Mon Sep 17 00:00:00 2001 From: Thomas Thorogood Date: Tue, 3 Aug 2021 17:47:24 -0700 Subject: [PATCH] Authenticate to ghcr (#7) --- .github/workflows/validate-and-release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate-and-release.yml b/.github/workflows/validate-and-release.yml index c8042e1..14a577a 100644 --- a/.github/workflows/validate-and-release.yml +++ b/.github/workflows/validate-and-release.yml @@ -27,7 +27,11 @@ jobs: name: Release new version steps: - uses: actions/checkout@v2 - + - uses: docker/login-action@v1 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Actions Ecosystem Action Get Merged Pull Request uses: actions-ecosystem/action-get-merged-pull-request@v1.0.1 id: get-pull-request