File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 : |
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
You can’t perform that action at this time.
0 commit comments