Re-scope the injection of github PAT
Badgey Deployment / build (push) Failing after 3s Details

This commit is contained in:
Xyon 2023-09-26 03:00:46 +01:00
parent f60f0377b4
commit 2251938571
Signed by: xyon
GPG Key ID: DD18155D6B18078D
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,8 @@ jobs:
runs-on: rust runs-on: rust
container: container:
options: --dns 172.16.255.254 options: --dns 172.16.255.254
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -21,7 +23,6 @@ jobs:
with: with:
files: config/production.badgey.json files: config/production.badgey.json
env: env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
POSTGRES_HOST: ${{ vars.POSTGRES_HOST }} POSTGRES_HOST: ${{ vars.POSTGRES_HOST }}
POSTGRES_USER: ${{ vars.POSTGRES_USER }} POSTGRES_USER: ${{ vars.POSTGRES_USER }}
POSTGRES_DATABASE_NAME: ${{ vars.POSTGRES_DATABASE_NAME }} POSTGRES_DATABASE_NAME: ${{ vars.POSTGRES_DATABASE_NAME }}