We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb0896 commit 0f1afc8Copy full SHA for 0f1afc8
1 file changed
.github/workflows/gitstamp.yaml
@@ -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