Inject production OAuth client ID+secret into release
This commit is contained in:
parent
8deaf21520
commit
e7bebaeebc
4 changed files with 11 additions and 0 deletions
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
|
|
@ -22,6 +22,8 @@ jobs:
|
|||
version: latest
|
||||
args: release
|
||||
env:
|
||||
GH_OAUTH_CLIENT_ID: 178c6fc778ccc68e1d6a
|
||||
GH_OAUTH_CLIENT_SECRET: ${{secrets.OAUTH_CLIENT_SECRET}}
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
- name: Copy release
|
||||
id: copy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue