We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e1258 commit cad817aCopy full SHA for cad817a
1 file changed
.github/workflows/update-version-prod.yml
@@ -10,13 +10,15 @@ defaults:
10
11
jobs:
12
update-examples-version:
13
- permissions:
14
- contents: write
15
if: ${{ github.event_name == 'repository_dispatch' }}
16
runs-on: ubuntu-24.04
17
steps:
18
- - name: Checkout
19
- uses: actions/checkout@v6
+ - name: Auth and Checkout
+ id: auth_and_checkout
+ uses: gittools/cicd/auth-checkout@main
+ with:
20
+ op_service_account_token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
21
+ fetch-depth: 1
22
23
- run: |
24
$oldTag = "${{ github.event.client_payload.oldTag }}"
0 commit comments