Skip to content

Commit

Permalink
Update python-publish.yml secvars new
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehrkrz authored Oct 30, 2023
1 parent 1976d47 commit b742d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
environment: production
steps:
- name: var APP_ID
run: echo " My App ID is ${{ vars.APP_ID }}"
run: echo " My App ID is ${{ vars.APP_KEY }}"

- name: SECRET API_KEY
run: echo " My secret ID is ${{ secrets.API_KEY }}"
run: echo " My secret ID is ${{ secrets.PYPI_API_TOKEN }}"

- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit b742d48

Please sign in to comment.