Skip to content

Commit b866997

Browse files
committed
Configured Gitstamp for GitHub Actions.
1 parent 302cab3 commit b866997

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/gitstamp.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# See: https://github.com/artob/gitstamp-action
2+
---
3+
name: Gitstamp
4+
on:
5+
push:
6+
branches:
7+
- master
8+
jobs:
9+
gitstamp:
10+
runs-on: ubuntu-latest
11+
name: Timestamp commit with Gitstamp
12+
steps:
13+
- name: Clone repository
14+
uses: actions/checkout@v2
15+
- name: Submit Gitstamp transaction
16+
uses: artob/gitstamp-action@v1
17+
with:
18+
wallet-key: ${{ secrets.GITSTAMP_KEYFILE }}
19+
commit-link: true

0 commit comments

Comments
 (0)