Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 54a1fe4

Browse files
force env
1 parent 9634c10 commit 54a1fe4

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
links-check:
88
name: Check links
99
runs-on: ubuntu-latest
10+
environment: no-secret
1011
steps:
1112
- name: Checkout code
1213
uses: actions/checkout@v2

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
lint:
88
name: Lint Code Base
99
runs-on: ubuntu-latest
10+
environment: no-secret
1011
steps:
1112
- uses: actions/checkout@v2
1213
with:

.github/workflows/pr_preview_delete.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
deploy:
1010
name: Remove PR preview from pages
1111
runs-on: ubuntu-latest
12+
environment: no-secret
1213
steps:
1314
- name: 'checkout code from repos'
1415
uses: actions/checkout@v2

.github/workflows/spelling.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
spelling:
1212
name: Vale
1313
runs-on: ubuntu-latest
14+
environment: no-secret
1415
steps:
1516
- uses: actions/checkout@v2
1617
- name: create style dir

0 commit comments

Comments
 (0)