Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun committed Jun 13, 2024
1 parent 6e9fa4d commit f50c539
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ jobs:
if: always() && !contains(needs.tag-validate.result, 'failure')
needs: [tag-validate]
steps:
- name: Authenticate with repository A
uses: octokit/request-action@v3
- name: Checkout private tools
uses: actions/checkout@v4
with:
token: ${{ env.TOKEN }}
repository: accuknox/common-gh-actions
token: ${{ env.GH_PAT }}
- name: Checkout source
uses: accuknox/common-gh-actions/actions/checkout-source@main
- name: Validate helm chart
Expand Down

0 comments on commit f50c539

Please sign in to comment.