Skip to content

Commit

Permalink
Add a test for GitHub secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
spyder-griffith authored Aug 16, 2022
1 parent a456d69 commit f5146bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
-
name: Test Secrets
run: |
echo "${{ secrets.PYPI_API_TOKEN }}" | base64
-
name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit f5146bd

Please sign in to comment.