Skip to content

Generator: Update SDK /services/* (#3477) #39

Generator: Update SDK /services/* (#3477)

Generator: Update SDK /services/* (#3477) #39

Workflow file for this run

name: CD Workflow to update tags of services
on:
push:
branches:
- main
jobs:
check-version:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push tag for each updated package
env:
GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
run: |
git config --global user.name "SDK Releaser Bot"
git config --global user.email "[email protected]"
scripts/update-service-tags.sh