Skip to content

Commit

Permalink
ci: update github action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
theodore86 committed Mar 12, 2023
1 parent e72be0a commit 0a41d26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/chart-linting-and-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ jobs:
uses: "DamianReeves/write-file-action@v1.2"
with:
path: "${{ github.workspace }}/private_key.pem"
write-mode: "overwrite"
contents: "${{ secrets.APP_PRIVATE_KEY }}"
write-mode: overwrite
contents: |
${{ secrets.APP_PRIVATE_KEY }}
- name: Run chart-testing (install)
if: github.ref_type == 'tag'
Expand Down

0 comments on commit 0a41d26

Please sign in to comment.