Skip to content

Commit

Permalink
docker build action: request access to all repos
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed May 17, 2024
1 parent 3c9104b commit 7e3035c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
owner: metacpan
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 7e3035c

Please sign in to comment.