File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,13 @@ defaults:
1010
1111jobs :
1212 update-examples-version :
13+ permissions :
14+ contents : write
1315 if : ${{ github.event_name == 'repository_dispatch' }}
1416 runs-on : ubuntu-24.04
1517 steps :
16- - name : Auth and Checkout
17- id : auth_and_checkout
18- uses : gittools/cicd/auth-checkout@main
19- with :
20- op-token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
21- fetch-depth : 0
18+ - name : Checkout
19+ uses : actions/checkout@v6
2220
2321 - run : |
2422 $oldTag = "${{ github.event.client_payload.oldTag }}"
Original file line number Diff line number Diff line change @@ -10,15 +10,13 @@ defaults:
1010
1111jobs :
1212 update-examples-version :
13+ permissions :
14+ contents : write
1315 if : ${{ github.event_name == 'repository_dispatch' }}
1416 runs-on : ubuntu-24.04
1517 steps :
16- - name : Auth and Checkout
17- id : auth_and_checkout
18- uses : gittools/cicd/auth-checkout@main
19- with :
20- op-token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
21- fetch-depth : 0
18+ - name : Checkout
19+ uses : actions/checkout@v6
2220
2321 - run : |
2422 $oldTag = "${{ github.event.client_payload.oldTag }}"
You can’t perform that action at this time.
0 commit comments