env_encryption_tool 0.9.22

Rust-based .env (dotenv) file encryption & decryption tool - store & retrieve your app environment variables safely 😎 now Post-Quantum-safe!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Greetings
permissions:
  contents: read
on: [pull_request_target, issues]

jobs:
  greeting:
    runs-on: ubuntu-latest
    permissions:
      issues: write
      pull-requests: write
    steps:
    - uses: actions/first-interaction@v3
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        issue-message: "Hello and thank you for opening an issue. We'll look into it as soon as possible."
        pr-message: "Hello and thank you for opening a pull request. We'll review it and make a decision as soon as possible."