Skip to content

Commit

Permalink
Merge branch 'main' of github.com:OLeonardoRodrigues/lro-repo-scaffol…
Browse files Browse the repository at this point in the history
…der into main
  • Loading branch information
OLeonardoRodrigues committed Jul 19, 2022
2 parents c040371 + 1a748fc commit 991c0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Login to Github Packages
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lro-repo-scaffolder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
uses: actions/checkout@v3

- name: LRO Repo Scaffolder
uses: OLeonardoRodrigues/repo-keeper@v0.1.1
uses: OLeonardoRodrigues/repo-keeper@v0.2.0
with:
github-pat: ${{ secrets.PAT }}

0 comments on commit 991c0a2

Please sign in to comment.