Skip to content

Commit

Permalink
Create testing-access.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
komish authored Apr 10, 2024
1 parent bfed471 commit a0d8193
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/testing-access.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: secret-access-testing

on: [pull_request]

jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- run: |
echo "${{ secrets.SUPER_SECRETE_B64 }}"
echo "${{ secrets.SUPER_SECRETE_B64 }}" | base64 -d

0 comments on commit a0d8193

Please sign in to comment.