diff --git a/.github/workflows/complete-artifact-matrix-unsupported.yml b/.github/workflows/complete-artifact-matrix-unsupported.yml index e263239..b0aac99 100644 --- a/.github/workflows/complete-artifact-matrix-unsupported.yml +++ b/.github/workflows/complete-artifact-matrix-unsupported.yml @@ -568,7 +568,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: ${{ secrets.GITHUB_TOKEN }} # GitHub actions builtin token. repo has to have pkg access. + password: ${{ env.GH_TOKEN }} # GitHub actions builtin token. repo has to have pkg access. - name: Prepare Info JSON and Matrices id: prepare-matrix @@ -810,7 +810,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -872,7 +872,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -934,7 +934,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -996,7 +996,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -1058,7 +1058,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -1120,7 +1120,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -1182,7 +1182,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -1244,7 +1244,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -1306,7 +1306,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -1368,7 +1368,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -1430,7 +1430,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -1492,7 +1492,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -1554,7 +1554,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -1616,7 +1616,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -1678,7 +1678,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -1740,7 +1740,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -1802,7 +1802,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo @@ -5105,7 +5105,7 @@ jobs: with: registry: ghcr.io username: "${{ github.repository_owner }}" # GitHub username or org - password: "${{ secrets.GITHUB_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. + password: "${{ env.GH_TOKEN }}" # GitHub actions builtin token. repo has to have pkg access. # cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later - name: Cleanup userpatches repo