Skip to content

Commit 1032e1b

Browse files
committed
fix: GitHub Token CI/CD pipeline
1 parent 04798c1 commit 1032e1b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
- name: Gitleaks Scan
153153
uses: gitleaks/gitleaks-action@v2
154154
env:
155-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
155+
GITHUB_TOKEN: ${{ secrets.TELEMETRYFLOW_GITHUB_TOKEN }}
156156

157157
validate-docs:
158158
name: Validate Documentation

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
version: v3.14.0
3333

3434
- name: Login to GHCR
35-
run: echo "${{ secrets.GITHUB_TOKEN }}" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin
35+
run: echo "${{ secrets.TELEMETRYFLOW_GITHUB_TOKEN }}" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin
3636

3737
- name: Package Helm Chart
3838
run: |
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
registry: ghcr.io
6969
username: ${{ github.actor }}
70-
password: ${{ secrets.GITHUB_TOKEN }}
70+
password: ${{ secrets.TELEMETRYFLOW_GITHUB_TOKEN }}
7171

7272
- name: Extract Version
7373
id: meta

0 commit comments

Comments
 (0)