From 70e21fd118206f445075a698323fde1749c51651 Mon Sep 17 00:00:00 2001 From: csxkdv Date: Tue, 6 Jan 2026 17:52:54 -0300 Subject: [PATCH] Testing Gitea's Secrets --- .gitea/workflows/compile.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/compile.yml b/.gitea/workflows/compile.yml index 6740e5a..ae9e344 100644 --- a/.gitea/workflows/compile.yml +++ b/.gitea/workflows/compile.yml @@ -18,5 +18,8 @@ jobs: - name: Install dependencies run: bundle install + - name: Set Token + run: export TEST_SERVER_ID="${{ secrets.TOKEN }}" + - name: Execute program run: bundle exec ruby main.rb \ No newline at end of file