Skip to content

Commit 85cbadb

Browse files
committed
set top-level env vars
1 parent ea3086e commit 85cbadb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/helm-release.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77

8+
env:
9+
GITHUB_TOKEN: "${{ secrets.CR_TOKEN }}"
10+
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
11+
812
jobs:
913
release:
1014
permissions:
@@ -18,8 +22,8 @@ jobs:
1822

1923
- name: Configure Git
2024
run: |
21-
git config user.name "$GITHUB_ACTOR"
22-
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
25+
git config user.name "syntassodev"
26+
git config user.email "kratix@syntasso.io"
2327
2428
- name: Install Helm
2529
uses: azure/setup-helm@v3
@@ -31,5 +35,3 @@ jobs:
3135
skip_existing: true
3236
pages_branch: gh-pages
3337
config: config.yaml
34-
env:
35-
CR_TOKEN: "${{ secrets.CR_TOKEN }}"

0 commit comments

Comments
 (0)