Skip to content

Commit

Permalink
🔧 (deploy-master-snapshot.yml): ensure secrets are inherited in the G…
Browse files Browse the repository at this point in the history
…itHub Actions workflow for better security

🔧 (project): add filteredResources to exclude node_modules and .git from Eclipse project view for cleaner workspace
  • Loading branch information
jandroav committed Jan 20, 2025
1 parent 55f9e2f commit 2e602db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-master-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:
jobs:
extension-deploy-master-snapshot:
uses: liquibase/build-logic/.github/workflows/extension-deploy-master-snapshot.yml@main
secrets: inherit
secrets: inherit
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,15 @@
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
<filteredResources>
<filter>
<id>1737360584563</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>

0 comments on commit 2e602db

Please sign in to comment.