From 970b3967ed4ef3feb0da8861538a99b379c20ce7 Mon Sep 17 00:00:00 2001 From: Robin Nolte Date: Tue, 14 May 2024 18:09:38 +0200 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 20a1f4cb..3cfecfe0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -17,19 +17,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Create directories - run: | - mkdir -p $GITHUB_WORKSPACE/build/owl/current - - - name: Set Workflow A Run ID - id: set_run_id - run: echo "TRIGGER_RUN_ID=${{ github.event.workflow_run.id }}" >> $GITHUB_ENV - - name: Download OWL file uses: actions/download-artifact@v4 with: path: ./build/owl/current - run-id: ${{ env.TRIGGER_RUN_ID }} + run-id: ${{ github.event.workflow_run.id }} + github-token: ${{ secrets.GITHUB_TOKEN }} - name: List Directory Contents run: ls -al ./build/owl/current