We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e25834 commit 6863d09Copy full SHA for 6863d09
3 files changed
.github/workflows/build-pages.yml
@@ -11,6 +11,8 @@ name: Pages-CI
11
jobs:
12
validate:
13
name: Validate HTML
14
+ permissions:
15
+ contents: read
16
strategy:
17
fail-fast: false
18
runs-on: ubuntu-latest
.github/workflows/check-branch.yml
@@ -7,6 +7,8 @@ on:
7
8
9
check-branch:
10
steps:
- name: Check branch
.github/workflows/push-image.yml
@@ -6,6 +6,9 @@ on:
6
- 'v[0-9]+.[0-9]+.[0-9]+'
Pull-From_Gitlab:
+ packages: write
- name: "Checkout source code"
0 commit comments