Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
umitbuyukulcay committed Mar 13, 2024
1 parent 113f28e commit d452656
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ author: 'Super-linter contributors'
description: 'Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code.'
runs:
using: 'docker'
image: 'docker://ghcr.io/super-linter/super-linter:v6.3.0' # x-release-please-version
with:
id: ${{ secrets.GITHUB_TOKEN }}
image: 'docker://ghcr.io/enda-automation/enda-super-linter:latest' # x-release-please-version
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }}
branding:
icon: 'check-square'
color: 'white'
Expand Down

0 comments on commit d452656

Please sign in to comment.