Skip to content

Commit 79b0f57

Browse files
authored
sudo echo "export GPGKEY=${{ secrets.GPG_KEY }}" >> ~/.bashrc
1 parent 9d5e73a commit 79b0f57

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/on-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
echo "${{ secrets.GPG_KEY }}" > key.txt
121121
LC_ALL=C tr -cd 0-9a-fA-F < key.txt | xxd -r -p > key.asc
122122
gpg --batch --passphrase ${{ secrets.GPG_PWS }} --import key.asc
123+
sudo echo "export GPGKEY=${{ secrets.GPG_KEY }}" >> ~/.bashrc
123124
gpg --list-secret-keys
124125
125126
- name: Create Debian package

choco/createstructure.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<iconUrl>https://github.com/createstructure/createstructure/raw/master/docs/createstructure.png</iconUrl>
1010
<tags>createstructure template bot</tags>
1111
<description>
12-
With this program, you can easily create a repository on GitHub :octocat: with a basic template, personalized for your use.
12+
With this program, you can easily create a repository on GitHub with a basic template, personalized for your use.
1313

14-
To see more visit: https://github.com/createstructure/create_structure/
14+
To see more visit: https://github.com/createstructure/createstructure/
1515
</description>
1616

1717
<dependencies>

0 commit comments

Comments
 (0)