Skip to content

Commit dc3df26

Browse files
committed
db s3 action
1 parent 06e8914 commit dc3df26

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/docker-s3-deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ jobs:
3939
gpg --detach-sign --armor tron-docker.zip
4040
# This creates tron-docker.zip.asc (ASCII-armored signature)
4141
42-
- name: Export GPG public key to tron-docker-099228E1.pub
43-
run: |
44-
gpg --armor --export > tron-docker-099228E1.pub
45-
# Optional: Set restrictive permissions
46-
chmod 600 tron-docker-099228E1.pub
47-
4842
- name: Configure AWS Credentials
4943
uses: aws-actions/configure-aws-credentials@v4
5044
with:

0 commit comments

Comments
 (0)