Skip to content

Commit 2be0165

Browse files
author
github-sync-app[bot]
committed
Sync from amadeus-creation-platform/Dataspace_Ecosystem
1 parent 5575243 commit 2be0165

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ on:
1414
- 'requirements-docs.txt'
1515
workflow_dispatch:
1616

17-
permissions:
18-
contents: read
19-
pages: write
20-
id-token: write
21-
2217
# Allow only one concurrent deployment
2318
concurrency:
2419
group: "pages"
@@ -28,6 +23,8 @@ jobs:
2823
# Build job
2924
build:
3025
runs-on: ${{ vars.RUNNER }}
26+
permissions:
27+
contents: read
3128
steps:
3229
- name: Checkout repository
3330
uses: actions/checkout@v6
@@ -57,6 +54,9 @@ jobs:
5754
name: github-pages
5855
url: ${{ steps.deployment.outputs.page_url }}
5956
runs-on: ${{ vars.RUNNER }}
57+
permissions:
58+
pages: write
59+
id-token: write
6060
needs: build
6161
steps:
6262
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)