Skip to content

Commit 7f47ef5

Browse files
authored
release: 0.9.3 (#102)
2 parents c05e48a + 1e018c4 commit 7f47ef5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,8 @@ jobs:
123123
124124
- name: run file beats
125125
if: env.status == 'stopped'
126+
env:
127+
FILEBEAT_USERNAME: ${{ secrets.FILEBEAT_USERNAME }}
128+
FILEBEAT_PASSWORD: ${{ secrets.FILEBEAT_PASSWORD }}
126129
run: |
127130
sudo docker run -d --name filebeat -v logs:/logs -e FILEBEAT_USERNAME=$FILEBEAT_USERNAME -e FILEBEAT_PASSWORD=$FILEBEAT_PASSWORD -t ghcr.io/devxb/gitanimals-api-filebeat:${{ steps.extract_version_name.outputs.version }}

0 commit comments

Comments
 (0)