We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fc324f + ba40878 commit ee1bb0bCopy full SHA for ee1bb0b
.github/workflows/deploy-dev-gcp.yaml
@@ -11,6 +11,8 @@ env:
11
jobs:
12
deploy-dev:
13
name: Deploy application to dev
14
+ permissions:
15
+ contents: read
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout
.github/workflows/deploy-prod-gcp.yaml
deploy-prod:
name: Deploy application to prod
.github/workflows/update-github-pages.yaml
@@ -4,15 +4,16 @@ on:
4
push:
5
branches:
6
- master
7
-permissions:
8
- contents: write
+
9
env:
10
CI: true
TZ: Europe/Amsterdam
update-gh-pages:
name: Update GitHub pages
+ contents: write
19
0 commit comments