Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
b64 take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thislooksfun committed Dec 5, 2019
1 parent 533e4a7 commit 2051aaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
# os: [windows-latest, macos-latest, ubuntu-latest]
os: [ubuntu-latest]
fail-fast: false
steps:
# Testing
- run: |
echo "GH_TOKEN: ${{secrets.GITHUB_TOKEN}}" > tmp.txt
gpg --batch --passphrase "hello" --symmetric --cipher-algo AES256 tmp.txt
base64 -i tmp.txt.gpg -o tmp.txt.gpg.b64
cat tmp.txt.gpg.b64
base64 tmp.txt.gpg
#
# # Setup
# - uses: actions/checkout@v1
Expand Down

0 comments on commit 2051aaf

Please sign in to comment.