From 1b4561c6214c771e946e6300a5f1559ca8617c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martina=20Gr=C3=A4ber?= Date: Wed, 22 Nov 2023 13:09:57 +0100 Subject: [PATCH] different test --- .github/workflows/documentation.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2f8b17c53..4ed613f82 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -7,6 +7,11 @@ on: jobs: build: runs-on: ubuntu-latest + permissions: + contents: write + pages: write # to deploy to Pages + id-token: write # to verify the deployment originates from an appropriate source + steps: - name: Checkout code uses: actions/checkout@v2 @@ -19,9 +24,6 @@ jobs: run: npm run doc:qbm working-directory: ./imxweb - - name: echon name - run: echo ${{ secrets.GITHUB_TOKEN }} - - name: Checkout doc uses: actions/checkout@v3 with: