We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c94f5c + 3172875 commit 237891cCopy full SHA for 237891c
.github/workflows/release.yaml
@@ -16,8 +16,11 @@ jobs:
16
- name: Configure Git
17
run: |
18
git config user.name "$GITHUB_ACTOR"
19
- git config user.email "[email protected]"
+ git config user.email "$GITHUB_ACTOR_EMAIL"
20
+ env:
21
+ GITHUB_ACTOR: '${{ vars.GH_SYSTEMSDT_USERNAME }}'
22
+ GITHUB_ACTOR_EMAIL: '${{ secrets.GH_SYSTEMSDT_EMAIL }}'
23
- name: Run chart-releaser
24
uses: helm/chart-releaser-action@main
25
env:
- CR_TOKEN: '${{ secrets.CR_TOKEN }}'
26
+ CR_TOKEN: '${{ secrets.GH_SYSTEMSDT_TOKEN }}'
0 commit comments