diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index db35c0a..1f0617f 100755 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -27,4 +27,5 @@ jobs: if: always() env: DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }} + GITEA_API_URL: ${{ secrets.API_KEY }} run: /snap/bin/pwsh -NoProfile -File ./gitea-build-monitor.ps1 diff --git a/gitea-build-monitor.ps1 b/gitea-build-monitor.ps1 index b923926..6b9caca 100755 --- a/gitea-build-monitor.ps1 +++ b/gitea-build-monitor.ps1 @@ -41,7 +41,7 @@ $ErrorActionPreference = 'Stop' # ========================= $Config = @{ GiteaBaseUrl = 'http://127.0.0.1:3000' - ApiToken = '328ae2196703fc988e9c21962341ba88709511ad' + ApiToken = $env:API_KEY DiscordWebhookUrl = $env:DISCORD_WEBHOOK_URL # Supports multiple repositories. diff --git a/posts/posts-list.org b/posts/posts-list.org index cca1f40..0f901eb 100755 --- a/posts/posts-list.org +++ b/posts/posts-list.org @@ -4,7 +4,7 @@ See the categories: @@html:Categories@@ * Posts: -- [[file:career/career-list.org][Career List]] @@html:08-05-2026 15:27@@ +- [[file:career/career-list.org][Career List]] @@html:08-05-2026 15:33@@ - [[file:posts-list.sync-conflict-20260417-233432-VT6366A.org][Posts List]] @@html:14-04-2026 16:36@@ - [[file:career/ha-dr.org][High Availability, Disaster Recovery and Business Continuity]] @@html:11-03-2026 17:18@@ @@html:learning@@ @@html:notes@@ - [[file:career/javascript.org][Understands the Javascript language]] @@html:11-03-2026 16:52@@ @@html:learning@@ @@html:notes@@ diff --git a/sitemap.org b/sitemap.org index c029a98..2789160 100755 --- a/sitemap.org +++ b/sitemap.org @@ -15,9 +15,9 @@ - [[file:tags/life.org][Tag: life]] - [[file:tags/education.org][Tag: education]] - [[file:tags/insights.org][Tag: insights]] + - [[file:tags/reading.org][Tag: reading]] - [[file:tags/emacs.org][Tag: emacs]] - [[file:tags/maths.org][Tag: maths]] - - [[file:tags/reading.org][Tag: reading]] - home - [[file:home/countdown.org][Countdown]] - [[file:home/contact.org][Contact]]