1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-19 02:49:06 -04:00
Files
v2fly/.github/workflows/sign.yml
dependabot[bot] dded89cc31 Chore: bump actions/checkout from 5 to 6 (#3553)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-22 07:16:28 +08:00

27 lines
708 B
YAML

name: Sign
on:
release:
types: [released]
jobs:
sign:
runs-on: ubuntu-latest
steps:
- name: Checkout default branch
uses: actions/checkout@v6
- name: Grant it execution permission
run: |
chmod +x $GITHUB_WORKSPACE/release/requestsign.sh
- name: Invoke release signing
env:
SIGN_SERVICE_PASSWORD: ${{ secrets.SIGN_SERVICE_PASSWORD }}
SIGN_SERIVCE_URL: ${{ secrets.SIGN_SERIVCE_URL_V5 }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
export SIGN_VERSION=$(cat $GITHUB_EVENT_PATH| jq -r ".release.tag_name")
echo $SIGN_VERSION
$GITHUB_WORKSPACE/release/requestsign.sh