From e23b017a4c3aee386fd80148371cc3ff07f62893 Mon Sep 17 00:00:00 2001 From: RITTHIKRAI KIRIKAN <247510700+gingzaindy9999-a11y@users.noreply.github.com> Date: Sat, 31 Jan 2026 10:11:48 +0700 Subject: [PATCH 1/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8050a4cd6..af4d48fdc8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + (RITTHIKRAI KIRIKAN) # OpenAI Python API library From f41a60e44f004123f8c14a057e104a798c4366e5 Mon Sep 17 00:00:00 2001 From: RITTHIKRAI KIRIKAN <247510700+gingzaindy9999-a11y@users.noreply.github.com> Date: Sun, 1 Feb 2026 01:34:41 +0700 Subject: [PATCH 2/5] Revert "Update README.md" --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index af4d48fdc8..b8050a4cd6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - (RITTHIKRAI KIRIKAN) # OpenAI Python API library From 367c4c8d90895a8c7805242a81d7192ff315c2f7 Mon Sep 17 00:00:00 2001 From: RITTHIKRAI KIRIKAN <247510700+gingzaindy9999-a11y@users.noreply.github.com> Date: Sun, 1 Feb 2026 01:42:02 +0700 Subject: [PATCH 3/5] Create generator-generic-ossf-slsa3-publish.yml --- .../generator-generic-ossf-slsa3-publish.yml | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 .github/workflows/generator-generic-ossf-slsa3-publish.yml diff --git a/.github/workflows/generator-generic-ossf-slsa3-publish.yml b/.github/workflows/generator-generic-ossf-slsa3-publish.yml new file mode 100644 index 0000000000..c04a9a170a --- /dev/null +++ b/.github/workflows/generator-generic-ossf-slsa3-publish.yml @@ -0,0 +1,69 @@ + (ฤทธิไกร กิริกัน)concurrency: + artifact1 + echo "artifact2" > artifact2 + + # ======================================================== + # + # Step 2: Add a step to generate the provenance subjects + # as shown below. Update the sha256 sum arguments + # to include all binaries that you generate + # provenance for. + # + # ======================================================== + - name: Generate subject for provenance + id: hash + run: | + set -euo pipefail + + # List the artifacts the provenance will refer to. + files=$(ls artifact*) + # Generate the subjects (base64 encoded). + echo "hashes=$(sha256sum $files | base64 -w0)" >> "${GITHUB_OUTPUT}" + + provenance: + needs: [build] + permissions: + actions: read # To read the workflow path. + id-token: write # To sign the provenance. + contents: write # To add assets to a release. + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.4.0 + with: + base64-subjects: "${{ needs.build.outputs.digests }}" + upload-assets: true # Optional: Upload to a new release From c3ab37c151bd9d0e92d192d10a2624bb9be92a9d Mon Sep 17 00:00:00 2001 From: RITTHIKRAI KIRIKAN <247510700+gingzaindy9999-a11y@users.noreply.github.com> Date: Sun, 1 Feb 2026 01:46:28 +0700 Subject: [PATCH 4/5] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d087636a64..74184cf587 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ -name: CI -on: +name: CI RITTHIKRAI KIRIKAN +on:ฤทธิไกร กิริกัน push: branches-ignore: - 'generated' From ff6b56d3500d26667a35f199847f6fa3e57cde5e Mon Sep 17 00:00:00 2001 From: RITTHIKRAI KIRIKAN <247510700+gingzaindy9999-a11y@users.noreply.github.com> Date: Thu, 5 Feb 2026 23:25:27 +0700 Subject: [PATCH 5/5] Rename ci.yml to Grandmasterangel --- .github/workflows/{ci.yml => Grandmasterangel} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{ci.yml => Grandmasterangel} (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/Grandmasterangel similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/Grandmasterangel