Skip to content

Commit

Permalink
Authenticate to ghcr (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Thorogood authored Aug 4, 2021
1 parent 13bf38b commit 5bd778f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/validate-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
id: get-pull-request
Expand Down

0 comments on commit 5bd778f

Please sign in to comment.