Skip to content

Commit

Permalink
Use TOKEN for auth
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlinaric committed Jun 23, 2021
1 parent 4ecbddd commit 8ce2159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: docker/login-action@v1
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_WRITE_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
- name: Install dependencies
run: yarn install
Expand All @@ -33,7 +33,7 @@ jobs:
uses: ./
id: deleted-packages
with:
token: ${{ secrets.CR_WRITE_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
package_name: github-packages-cleanup-sample
num_versions_to_keep: 1
organization: NodeFactoryIo
Expand Down

0 comments on commit 8ce2159

Please sign in to comment.