File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ -----BEGIN PGP MESSAGE-----
2
+
3
+ jA0ECQMCpidl1vzMukTu0sCVASOxGIzRDhUCIdeSGZrBqdNPzZdKqAcO8Nd9iELT
4
+ s85kHwCX7MbFHoSOEUFnP2xQEiQh9lBf4fik5hZhaa4J3ewLYSxYU7yWimg2QBKC
5
+ tAmW8nxu91QJkOpz6kqEVmTm7n7QFy6XO+Ivy+XUmlklvCi52/EnvKWyQEWOZXTn
6
+ 2R3SSbtKWIwS4g5LalxcCU5kGwWp1ClzJMBhXz5kvcrIOv9BvqY/HyFOyenBx5bE
7
+ LNcCFOMpC7Q0y4bnvilY1sAaA+By40HJnUAzez1U+dsOAJ7GQjbj/78RpqE1Jswj
8
+ 0K7RqgPVAlsRSuenvdbdbdpA64rFH2k1wol/0tvXb9KTPi5uIB6dSmYXPADZ7ZoE
9
+ zUqTkJHygqHZcMHznQH4cGQz0UhZ9+MfVa0A54xtUv9WsCOOmKpl58vVcWWqg+KB
10
+ sNd+ynn9E/lr1KrQLKVnIygxLD3w0kM=
11
+ =JsQf
12
+ -----END PGP MESSAGE-----
Original file line number Diff line number Diff line change 12
12
- name : Publish pages to web
13
13
shell : bash
14
14
env :
15
- encrypted_54b6162b97cf_key : ${{ secrets.encrypted_key }}
16
- encrypted_54b6162b97cf_iv : ${{ secrets.encrypted_iv }}
15
+ GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
17
16
run : |
18
17
# Only build the "source" branch ("master" = built, published pages,
19
18
# this can't be changed for organization GitHub Pages)
42
41
# The public key is set up as a deployment key in the GitHub repository.
43
42
# The following document explains the process:
44
43
# https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets
45
- openssl aes-256-cbc -K $encrypted_54b6162b97cf_key -iv $encrypted_54b6162b97cf_iv -in .travis/ github_deploy_key.enc -out github_deploy_key -d
44
+ gpg --quiet --batch --yes --decrypt --passphrase="$GPG_PASSPHRASE" --output github_deploy_key .github/keys/ github_deploy_key.asc
46
45
47
46
# Add the SSH key
48
47
chmod 600 github_deploy_key
You can’t perform that action at this time.
0 commit comments