Skip to content

Commit cad817a

Browse files
committed
ci(workflows): Integrate custom authentication and checkout action
1 parent 72e1258 commit cad817a

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/update-version-prod.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ defaults:
1010

1111
jobs:
1212
update-examples-version:
13-
permissions:
14-
contents: write
1513
if: ${{ github.event_name == 'repository_dispatch' }}
1614
runs-on: ubuntu-24.04
1715
steps:
18-
- name: Checkout
19-
uses: actions/checkout@v6
16+
- name: Auth and Checkout
17+
id: auth_and_checkout
18+
uses: gittools/cicd/auth-checkout@main
19+
with:
20+
op_service_account_token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
21+
fetch-depth: 1
2022

2123
- run: |
2224
$oldTag = "${{ github.event.client_payload.oldTag }}"

0 commit comments

Comments
 (0)