File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v4
2424 with :
2525 fetch-depth : ' 100'
26- persist-credentials : false
26+ persist-credentials : true # We are using these credentials in later steps
2727
2828 - name : find changed helm charts
2929 id : find_changed_charts
4444 - name : checkout repository
4545 uses : actions/checkout@v4
4646 with :
47- persist-credentials : false
47+ persist-credentials : true # We are using these credentials in later steps
4848
4949 - name : setup helm
5050 uses : azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4.0.0
8181 - name : checkout repository
8282 uses : actions/checkout@v4
8383 with :
84- persist-credentials : false
84+ persist-credentials : true # We are using these credentials in later steps
8585
8686 - name : setup helm
8787 uses : azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4.0.0
Original file line number Diff line number Diff line change 2828 uses : actions/checkout@v4
2929 with :
3030 fetch-depth : ' 100'
31- persist-credentials : false
31+ persist-credentials : true # We are using these credentials in later steps
3232
3333 - name : find changed helm charts
3434 id : find_changed_charts
4949 - name : checkout repository
5050 uses : actions/checkout@v4
5151 with :
52- persist-credentials : false
52+ persist-credentials : true # We are using these credentials in later steps
5353
5454 - name : setup helm
5555 uses : azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4.0.0
You can’t perform that action at this time.
0 commit comments