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.
1 parent a7a24d9 commit b091a27Copy full SHA for b091a27
.github/workflows/integration-tests.yml
@@ -2,6 +2,9 @@ name: Integration Tests
2
3
on:
4
workflow_call:
5
+ secrets:
6
+ GH_APP_CREDS:
7
+ required: true
8
workflow_dispatch:
9
10
permissions: {}
.github/workflows/linter.yml
@@ -48,7 +48,6 @@ jobs:
48
VALIDATE_ALL_CODEBASE: true
49
VALIDATE_BIOME_FORMAT: false
50
VALIDATE_BIOME_LINT: false
51
- VALIDATE_GITHUB_ACTIONS: false
52
VALIDATE_JAVASCRIPT_STANDARD: false
53
VALIDATE_JSCPD: false
54
VALIDATE_TYPESCRIPT_ES: false
0 commit comments