Skip to content

Commit 1b0f8bc

Browse files
Update deploy-docs-and-dashboard.yml
1 parent 8dee0c1 commit 1b0f8bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs-and-dashboard.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- master
6-
permissions:
7-
id-token: write
86
jobs:
97
changes:
108
runs-on: ubuntu-latest
@@ -56,6 +54,8 @@ jobs:
5654
needs: changes
5755
if: ${{ needs.changes.outputs.docs == 'true' }}
5856
runs-on: ubuntu-latest
57+
permissions:
58+
id-token: write
5959
steps:
6060
- name: Checkout 🛎️
6161
uses: actions/checkout@v3

0 commit comments

Comments
 (0)