Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Dec 1, 2023
1 parent e6d8f32 commit 4217d08
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/complete-artifact-matrix-unsupported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4217d08

Please sign in to comment.