2024-02-01 04:09:10

This commit is contained in:
Kai Kimera 2024-02-01 04:09:10 +00:00
parent 6369fa27a3
commit 8847bb8ee3
Signed by untrusted user: KaiKimera
GPG Key ID: E85AF2F05473ABEF
6 changed files with 9 additions and 9 deletions

View File

@ -34,7 +34,7 @@ jobs:
-H 'Authorization: Bearer ${{ secrets.BOT_MIRROR_TOKEN_GITLAB }}' \
-H 'Content-Type: application/json' \
-A '${{ env.USER_AGENT }}' \
'${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects' \
'${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects/' \
-d '{"name":"${{ env.REPO_NAME }}","path":"${{ env.REPO_NAME }}","namespace_id":"${{ env.NSID }}","visibility":"public"}'
fi
- name: 'Mirror repository'
@ -110,7 +110,7 @@ jobs:
-H 'Authorization: Bearer ${{ secrets.BOT_MIRROR_TOKEN_MOSHUB }}' \
-H 'Content-Type: application/json' \
-A '${{ env.USER_AGENT }}' \
'${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects' \
'${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects/' \
-d '{"name":"${{ env.REPO_NAME }}","path":"${{ env.REPO_NAME }}","namespace_id":"${{ env.NSID }}","visibility":"public"}'
fi
- name: 'Mirror repository'

View File

@ -2,7 +2,7 @@
- Feedback, wishes and suggestions can be sent by email.
- Constructive criticism, bug descriptions and other reports are welcome.
- Email: mail@ihub.to
- Email: mail@kai.kim
## Sources

View File

@ -2,7 +2,7 @@ FROM alpine
LABEL "name"="GPG Builder"
LABEL "description"="GitHub Action for build GPG files."
LABEL "maintainer"="iHub TO <mail@ihub.to>"
LABEL "maintainer"="Kai Kimera <mail@kai.kim>"
LABEL "repository"="https://github.com/ghastore/gpg-build.git"
LABEL "homepage"="https://github.com/ghastore"

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2023 iHub TO <https://ihub.to>
Copyright (c) 2023 Kai Kimera <https://kai.kim>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,5 +1,5 @@
name: "GPG Builder"
author: "iHub TO <mail@ihub.to>"
author: "Kai Kimera <mail@kai.kim>"
description: "GitHub Action for build GPG files."
branding:
icon: ""

View File

@ -3,8 +3,8 @@
# Build GPG files.
#
# @package Bash
# @author Kitsune Solar <mail@kitsune.solar>
# @copyright 2023 iHub TO
# @author Kai Kimera <mail@kai.kim>
# @copyright 2023 Kai Kimera
# @license MIT
# @version 0.0.1
# @link https://github.com/ghastore
@ -118,7 +118,7 @@ _timestamp() {
}
# -------------------------------------------------------------------------------------------------------------------- #
# -------------------------------------------------< INIT FUNCTIONS >------------------------------------------------- #
# -------------------------------------------------< RUNNING SCRIPT >------------------------------------------------- #
# -------------------------------------------------------------------------------------------------------------------- #
init "$@"; exit 0