Re-scope the injection of github PAT
Badgey Deployment / build (push) Failing after 3s
Details
Badgey Deployment / build (push) Failing after 3s
Details
This commit is contained in:
parent
f60f0377b4
commit
2251938571
|
|
@ -10,6 +10,8 @@ jobs:
|
|||
runs-on: rust
|
||||
container:
|
||||
options: --dns 172.16.255.254
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
@ -21,7 +23,6 @@ jobs:
|
|||
with:
|
||||
files: config/production.badgey.json
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
POSTGRES_HOST: ${{ vars.POSTGRES_HOST }}
|
||||
POSTGRES_USER: ${{ vars.POSTGRES_USER }}
|
||||
POSTGRES_DATABASE_NAME: ${{ vars.POSTGRES_DATABASE_NAME }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue