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 0ab1adb commit 108d1a2Copy full SHA for 108d1a2
‎.github/workflows/workflow.yml‎
@@ -114,11 +114,9 @@ jobs:
114
SETTINGS: ${{ needs.Get-Settings.outputs.Settings }}
115
run: |
116
Write-Host "Loading settings for super-linter:"
117
- $env:SETTINGS
118
$settings = $env:SETTINGS | ConvertFrom-Json -AsHashtable
119
$linter = $settings.Linter
120
$env = $linter.env
121
- $env
122
123
foreach ($key in $env.Keys) {
124
$value = $env[$key]
@@ -136,7 +134,7 @@ jobs:
136
134
- name: Lint code base
137
135
uses: super-linter/super-linter@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
138
env:
139
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ github.token }}
140
141
# Runs on:
142
# - âś… Open/Updated PR - Builds module for testing
0 commit comments