Skip to content

Commit

Permalink
Add allowed actions needed for license checking workflow (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Neidhart <[email protected]>
  • Loading branch information
netomi authored Mar 11, 2024
1 parent f58918c commit 8c9fb62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion otterdog/eclipse-cbi.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ orgs.newOrg('eclipse-cbi') {
"slsa-framework/slsa-github-generator/*",
"softprops/action-gh-release@*",
"jreleaser/release-action/.github/*@*",
"geekyeggo/delete-artifact@*"
"geekyeggo/delete-artifact@*",
"stCarolas/setup-maven@*",
"eclipse/dash-licenses/.github/actions/maven-license-check-action@*"
],
allowed_actions: "selected",
default_workflow_permissions: "write",
Expand Down

0 comments on commit 8c9fb62

Please sign in to comment.