Skip to content

Commit a492e9e

Browse files
authored
Add snk to create_new_release_on_new_metadata_update.yml
1 parent 1ae26d2 commit a492e9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create_new_release_on_new_metadata_update.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Get new metadata information and create new GitHub release
2020
timeout-minutes: 30
2121
run: |
22+
echo "${{ secrets.KEY_SNK_B64 }}" | base64 --decode > key.snk
2223
bash lib/github-actions-metadata-update.sh ${GITHUB_TOKEN}
2324
env:
2425
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)