Skip to content

Commit 6573d4f

Browse files
committed
prevent accidentally committing credentials to release artifact
1 parent f3b09c6 commit 6573d4f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ build
2121
dist
2222
executables
2323
!executables/windows/templates/unzipsfx/*.exe
24+
gha-creds-*.json
2425
grr/config/grr_response_templates
2526
grr/gui/static/bower_components
2627
grr/gui/static/node_modules

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ GRRlog.txt
2323
*.log
2424
grr/server/grr_response_server/gui/static/third-party
2525
grr/server/grr_response_server/gui/ui/.angular
26+
gha-creds-*.json

0 commit comments

Comments
 (0)