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 cda95f2 commit f09c6a0Copy full SHA for f09c6a0
1 file changed
.github/workflows/reporting-release-summary.yml
@@ -33,7 +33,7 @@ jobs:
33
env:
34
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
GITHUB_TOKEN: ${{ secrets.AI_MODELS }}
36
- SCOPE: ${{ inputs.scope || 'armbian/build,armbian/configng' }}
+ SCOPE: ${{ inputs.scope || 'org:armbian' }}
37
TZ: ${{ inputs.tz || 'Europe/Ljubljana' }}
38
PERIOD: ${{ inputs.period || 'weekly' }}
39
RELEASE_ENABLED: ${{ inputs.publish_release || 'true' }}
0 commit comments