We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b9043 commit 331991eCopy full SHA for 331991e
.github/workflows/docker-deploy-dev.yml
@@ -13,6 +13,8 @@ jobs:
13
14
- name: Check out the repo
15
uses: actions/checkout@v2
16
+ with:
17
+ persist-credentials: false
18
19
- name: Login to DockerHub
20
uses: docker/login-action@v1
.github/workflows/docker-tests.yml
@@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
21
22
23
- name: Install Platform
24
run: |
0 commit comments