Skip to content

Commit ae8c2cc

Browse files
authored
Merge pull request #57 from aerospike/enable-dispatch-trigger
empty so we can enable workflow dispatch
2 parents 30630ed + b1fa01e commit ae8c2cc

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Sign and Bundle
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
version:
7+
description: 'Version of the artifact to deploy'
8+
required: true
9+
default: '8.0.0.7'
10+
11+
permissions:
12+
id-token: write
13+
contents: read
14+
env:
15+
ORG: citrusleaf
16+
JFROG_PROJECT: database
17+
ARTIFACT_NAME: aerospike-server
18+
19+
jobs:
20+
no-op:
21+
runs-on: ubuntu-22.04 # v24.04 is not supported by artifact signing action
22+
steps:
23+
- name: No-op
24+
run: |
25+
echo "No-op"

0 commit comments

Comments
 (0)