From 2c2248e87004afa051336ca347022c177d937cea Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 10 Feb 2022 10:35:53 +0100 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a7360e..96cd78c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,9 @@ jobs: deploy: name: deploy runs-on: ubuntu-latest - + permissions: + id-token: write + contents: read env: DEPLOY_API_ENDPOINT: https://deno-staging.com