Skip to content

Commit

Permalink
added client key
Browse files Browse the repository at this point in the history
  • Loading branch information
stashedUp committed Jun 23, 2022
1 parent bb88869 commit a4095a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}

- name: Install Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit a4095a5

Please sign in to comment.