From c6ea3d8e1b5da44fb182a663c7f3fba1fc3c1e08 Mon Sep 17 00:00:00 2001 From: Michael Marchetti Date: Wed, 6 Jul 2022 10:01:38 -0400 Subject: [PATCH] add permissions for docs role --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fcab8844..e87908e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,9 @@ on: types: [rsconnect_python_latest] env: DOCKER_TTY_FLAGS: '' +permissions: + id-token: write + contents: write jobs: test: strategy: