diff --git a/.github/workflows/branch_deleted.yaml b/.github/workflows/branch_deleted.yaml index 88e0558..1e40ea9 100644 --- a/.github/workflows/branch_deleted.yaml +++ b/.github/workflows/branch_deleted.yaml @@ -35,7 +35,6 @@ jobs: with: fetch-depth: 0 submodules: recursive - persist-credentials: true token: ${{ secrets.GH_TOKEN }} - name: Set up Python @@ -63,7 +62,7 @@ jobs: run: mike alias --push --update-aliases ${{ inputs.LATEST_DOC_VERSION }} latest - name: Push Latest Tag - uses: anothrNick/github-tag-action@1.61.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} WITH_V: true diff --git a/.github/workflows/operator_push.yaml b/.github/workflows/operator_push.yaml index 50bf3b6..cc3146b 100644 --- a/.github/workflows/operator_push.yaml +++ b/.github/workflows/operator_push.yaml @@ -159,7 +159,7 @@ jobs: - name: Generate Tag id: generate_tag - uses: anothrNick/github-tag-action@1.61.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true @@ -170,7 +170,7 @@ jobs: # Generate tag without "v" - name: Generate Tag without 'v' id: generate_tag_without_v - uses: anothrNick/github-tag-action@1.61.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: false @@ -192,7 +192,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - persist-credentials: false # Set up helm binary - name: Set up Helm @@ -290,7 +289,7 @@ jobs: branch: ${{ inputs.RELEASE_BRANCH }} - name: Push Latest Tag - uses: anothrNick/github-tag-action@1.61.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }} WITH_V: true diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index c09de82..81c8a08 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -13,11 +13,10 @@ jobs: - name: Check out code uses: actions/checkout@v4 with: - persist-credentials: false # otherwise your personal token will be used fetch-depth: 0 # otherwise you will fail to push refs to dest repo - name: Push Latest Tag - uses: anothrNick/github-tag-action@1.67.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }} WITH_V: true diff --git a/.github/workflows/push_container.yaml b/.github/workflows/push_container.yaml index fbb33e7..64b4436 100644 --- a/.github/workflows/push_container.yaml +++ b/.github/workflows/push_container.yaml @@ -42,12 +42,11 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - name: Generate Tag id: generate_tag - uses: anothrNick/github-tag-action@1.61.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} WITH_V: true @@ -100,7 +99,7 @@ jobs: allow-repeats: false - name: Push Latest Tag - uses: anothrNick/github-tag-action@1.61.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} WITH_V: true diff --git a/.github/workflows/push_tekton.yaml b/.github/workflows/push_tekton.yaml index c627911..120a76c 100644 --- a/.github/workflows/push_tekton.yaml +++ b/.github/workflows/push_tekton.yaml @@ -33,7 +33,7 @@ jobs: - name: Generate Tag id: generate_tag - uses: anothrNick/github-tag-action@1.67.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} WITH_V: false diff --git a/.github/workflows/push_versioned_doc.yaml b/.github/workflows/push_versioned_doc.yaml index 92aaf92..d96efa0 100644 --- a/.github/workflows/push_versioned_doc.yaml +++ b/.github/workflows/push_versioned_doc.yaml @@ -21,7 +21,6 @@ jobs: with: fetch-depth: 0 submodules: recursive - persist-credentials: true token: ${{ secrets.GH_TOKEN }} - name: Set up Python @@ -52,7 +51,7 @@ jobs: run: mike set-default --push latest - name: Push Latest Tag - uses: anothrNick/github-tag-action@1.61.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} WITH_V: true