Skip to content

Commit fba11c8

Browse files
authored
Merge pull request #5 from o-l-a-v/fix/add-missing-workflow-permission
Fix/add-missing-workflow-permission
2 parents 14f2690 + 7e02ee2 commit fba11c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/push-main-deploy-to-github-pages.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Deploy to GitHub pages
22

3-
run-name: '${{ github.workflow }} - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}'
3+
run-name: '${{ github.workflow }} by @${{ github.actor }}'
44

55
on:
66
push:
@@ -21,7 +21,6 @@ jobs:
2121
working-directory: ./website
2222
permissions:
2323
contents: read
24-
id-token: write
2524
runs-on: ubuntu-latest
2625
steps:
2726
- name: 🛎️ GitHub checkout branch "${{ github.head_ref }}"
@@ -54,6 +53,7 @@ jobs:
5453
permissions:
5554
contents: read
5655
id-token: write
56+
pages: write
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Deploy to GitHub Pages

website/docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ slug: /
1010
:::info
1111
This web page is for learning and experimenting, and will always be under construction. 🔨
1212

13-
Testing. Testing.
13+
Testing. Testing. Testing.
1414
:::
1515

1616
## About this page

0 commit comments

Comments
 (0)