diff --git a/.github/workflows/cs-update-push.yml b/.github/workflows/cs-update-push.yml index d1c6470..cb1aa94 100644 --- a/.github/workflows/cs-update-push.yml +++ b/.github/workflows/cs-update-push.yml @@ -40,10 +40,10 @@ jobs: - name: Checkout deploy-tools uses: actions/checkout@v4 with: - repository: gmetribin/deploy-tools - ref: main + repository: git.gmetri.io/gmetribin/deploy-tools + ref: v1.1.9 path: deploy-tools - token: ${{ github.token }} #Any pushes with github.token don't trigger a chained build + # token: $\{{ github.token }} # DEFAULT / Any pushes with github.token don't trigger a chained build - name: Increment package version and push run: |