From 703f96b53d221399ce32c58ac290b02fe10cd1b0 Mon Sep 17 00:00:00 2001 From: Reinaldo Costa Date: Thu, 28 Mar 2024 16:21:02 -0300 Subject: [PATCH] feat: add deploy.yaml --- .github/workflows/deploy.yaml | 1 + index.ts | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 312b5ed..750bdec 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -9,6 +9,7 @@ jobs: deploy: permissions: id-token: write + contents: read uses: gentrop-cloud/actions_workflows/.github/workflows/deploy.yaml@main with: identity_pool: 'projects/195139564832/locations/global/workloadIdentityPools/my-pool/providers/my-provider' diff --git a/index.ts b/index.ts index a586af9..68ad35d 100644 --- a/index.ts +++ b/index.ts @@ -1,6 +1,5 @@ import { createServer } from 'node:http' -console.log('hello world') const unused = 'It will generate an PR annotation' const host = 'localhost' const port = 8080