We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e8914 commit dc3df26Copy full SHA for dc3df26
.github/workflows/docker-s3-deploy.yml
@@ -39,12 +39,6 @@ jobs:
39
gpg --detach-sign --armor tron-docker.zip
40
# This creates tron-docker.zip.asc (ASCII-armored signature)
41
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
-
48
- name: Configure AWS Credentials
49
uses: aws-actions/configure-aws-credentials@v4
50
with:
0 commit comments