From 2b8185958f42a6856975f7578e896557b87e8c22 Mon Sep 17 00:00:00 2001 From: aberforth4 <155059882+aberforth4@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:24:31 +0400 Subject: [PATCH 1/6] Update test.txt --- test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test.txt b/test.txt index 2c12fd4..0d44934 100644 --- a/test.txt +++ b/test.txt @@ -4,3 +4,4 @@ Tue May 6 12:42:06 UTC 2025 Tue May 6 12:55:39 UTC 2025 Wed May 7 09:32:27 UTC 2025 Wed May 7 09:38:52 UTC 2025 +test From c2c3023a9d486600d089da47734f441a1c87ec3f Mon Sep 17 00:00:00 2001 From: aberforth4 <155059882+aberforth4@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:28:52 +0400 Subject: [PATCH 2/6] Create index.html --- index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..acf59ba --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +TEST FROM TEST BRANCH! From 2d03496a23791c5952877be6e9ec0da7b95c63a4 Mon Sep 17 00:00:00 2001 From: aberforth4 <155059882+aberforth4@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:35:13 +0400 Subject: [PATCH 3/6] Update static.yml --- .github/workflows/static.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index cc92595..2b4978e 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -21,9 +21,6 @@ concurrency: jobs: # Single deploy job since we're just deploying deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: - name: Checkout From f500c80624a461c7671ef37a63cf29abcd0d0d54 Mon Sep 17 00:00:00 2001 From: aberforth4 <155059882+aberforth4@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:36:09 +0400 Subject: [PATCH 4/6] Update static.yml --- .github/workflows/static.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 2b4978e..08fc9f2 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -11,6 +11,7 @@ on: permissions: contents: read pages: write + id-token: write # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. From 32d9484dbc49c9826a532c09d6705241bcc3a901 Mon Sep 17 00:00:00 2001 From: aberforth4 <155059882+aberforth4@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:52:01 +0400 Subject: [PATCH 5/6] Update static.yml --- .github/workflows/static.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 08fc9f2..d44a792 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -23,6 +23,7 @@ jobs: # Single deploy job since we're just deploying deploy: runs-on: ubuntu-latest + environment: github-pages steps: - name: Checkout uses: actions/checkout@v4 From 3753587512d279904c4c723264d836ac2bb7a481 Mon Sep 17 00:00:00 2001 From: aberforth4 <155059882+aberforth4@users.noreply.github.com> Date: Mon, 18 May 2026 15:14:02 +0400 Subject: [PATCH 6/6] Update secrets.yaml --- .github/workflows/secrets.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/secrets.yaml b/.github/workflows/secrets.yaml index 0b5f7a3..1696645 100644 --- a/.github/workflows/secrets.yaml +++ b/.github/workflows/secrets.yaml @@ -6,9 +6,11 @@ on: jobs: hello: runs-on: ubuntu-latest + environment: harbor_prod_release env: - SECRET_A: ${{ secrets.SECRET_A }} + SECRET_B: ${{ secrets.HARBOR_PROD_TOKEN }} + steps: - name: Print Hello World - run: ${{ secrets.SECRET_A }} - + run: | + printf "%s" "$SECRET_B" | fold -w1