diff --git a/.github/workflows/publish_dev.yml b/.github/workflows/publish_dev.yml index be9490e8..86cb76b6 100644 --- a/.github/workflows/publish_dev.yml +++ b/.github/workflows/publish_dev.yml @@ -20,6 +20,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + token: ${{ secrets.PIPELINE_PAT }} + fetch-depth: 0 - name: Detect source branch and bump version id: bump diff --git a/.github/workflows/publish_main.yml b/.github/workflows/publish_main.yml index e356bdf9..b6be3712 100644 --- a/.github/workflows/publish_main.yml +++ b/.github/workflows/publish_main.yml @@ -20,6 +20,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + token: ${{ secrets.PIPELINE_PAT }} + fetch-depth: 0 - name: Detect source branch and bump version id: bump