Using pat to commitg

This commit is contained in:
Sahil Ahuja 2025-02-10 02:05:22 +05:30
parent 7cd1f4460f
commit 45cdb46d40

View File

@ -2,6 +2,9 @@ name: Update Repo Version Workflow
on:
workflow_call:
secrets:
personal_access_token:
required: true
jobs:
@ -31,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
with:
path: cs
token: ${{ secrets.PAT }} #This is because we want to trigger a new build
token: ${{ secrets.personal_access_token }} #This is because we want to trigger a new build
- name: Checkout deploy-tools
uses: actions/checkout@v4