Skip to content

Commit ef4db6d

Browse files
authored
Workflow: Formatting
1 parent a3bc2dc commit ef4db6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/push-build-deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: Build and deploy
22

3-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
43
permissions:
5-
contents: read
6-
pages: write
7-
id-token: write
4+
id-token: write # Require write permission to Fetch an OIDC token.
85

96
on:
107
push:
118
branches: [ master ]
9+
# Allow manually triggering deployment
10+
workflow_dispatch:
1211

1312
jobs:
1413
build:
14+
name: Build and deploy
1515
runs-on: ubuntu-latest
1616

1717
steps:

0 commit comments

Comments
 (0)