File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6363 title : Release Tracking
6464 version : npm run changeset:version
6565 env :
66- GITHUB_TOKEN : ${{ secrets.OPENRPOJECTCI_GH_TOKEN }}
66+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6767
6868 - name : Publish
6969 if : steps.changesets.outputs.hasChangesets == 'false'
@@ -72,15 +72,15 @@ jobs:
7272 config : .github/cr.yaml
7373 skip_existing : true
7474 env :
75- CR_TOKEN : " ${{ secrets.OPENRPOJECTCI_GH_TOKEN }}"
75+ CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
7676
7777 - name : Login to GitHub Container Registry
7878 if : steps.changesets.outputs.hasChangesets == 'false'
7979 uses : docker/login-action@v1
8080 with :
8181 registry : ghcr.io
8282 username : openprojectci
83- password : ${{ secrets.OPENRPOJECTCI_GH_TOKEN }}
83+ password : ${{ secrets.GITHUB_TOKEN }}
8484
8585 - name : Push Charts to GHCR
8686 if : steps.changesets.outputs.hasChangesets == 'false'
You can’t perform that action at this time.
0 commit comments