Skip to content

Commit

Permalink
Remove master and whitelist text
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 committed Apr 14, 2022
1 parent 9b4391e commit 7e909da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reports-scheduler-release-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Release Reports Scheduler Artifacts
# This workflow is triggered on creating tags to master or an opensearch release branch
# This workflow is triggered on creating tags to main or an opensearch release branch
on:
push:
tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

grant {
// needed to find the classloader to load whitelisted classes.
// needed to find the classloader to load allowlisted classes.
permission java.lang.RuntimePermission "createClassLoader";
permission java.lang.RuntimePermission "getClassLoader";

Expand Down

0 comments on commit 7e909da

Please sign in to comment.