Skip to content

Commit

Permalink
Update GitHub token variable in docker-image.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytes committed Feb 14, 2024
1 parent 43ffd66 commit aea7793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
image-ref: 'docker.io/library/${{ env.REPO }}:${{ env.TAG }}'
format: 'github'
github-token: ${{ github.token }}
github-pat: ${{ github.token }}
env:
TRIVY_USERNAME: Username
TRIVY_PASSWORD: Password
Expand Down

0 comments on commit aea7793

Please sign in to comment.