This commit is contained in:
parent
83d5193257
commit
5871e9b662
@ -11,10 +11,10 @@ jobs:
|
||||
container: fascinated/docker-images:node-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Login to Repo
|
||||
uses: https://github.com/docker/login-action@v2
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.REPO_USERNAME }}
|
||||
password: ${{ secrets.REPO_TOKEN }}
|
||||
|
Reference in New Issue
Block a user