Skip to content

Commit

Permalink
add debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
antondlr committed Oct 16, 2023
1 parent c3321dd commit 08651ed
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 995 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/book.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/debug-gpg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: debug

on:
workflow_dispatch:
push:
branches:
- anton-debug-gpg

run-name: debug gpg stuff
jobs:
debug:
runs-on: ubuntu-22.04
steps:
- name: Configure GPG
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: |
export GPG_TTY=$(tty)
echo "$GPG_SIGNING_KEY" | gpg --batch --import
- name: check identities
run: |
gpg --fingerprint
gpg --list-keys
gpg --list-signatures
161 changes: 0 additions & 161 deletions .github/workflows/docker.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/linkcheck.yml

This file was deleted.

86 changes: 0 additions & 86 deletions .github/workflows/local-testnet.yml

This file was deleted.

Loading

0 comments on commit 08651ed

Please sign in to comment.