Skip to content

Commit

Permalink
wtf w/ the github_pat env var
Browse files Browse the repository at this point in the history
  • Loading branch information
lianos committed Dec 13, 2023
1 parent 92b82fe commit 8714539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-facielbio2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
runs-on: ubuntu-latest
env:
IMG_NAME: facilebio/facilebio
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -53,4 +54,4 @@ jobs:
tags: ${{ env.IMG_NAME }}:latest
context: facilebio
secrets: |
GITHUB_PAT = ${{ secrets.GITHUB_TOKEN }}
GITHUB_PAT = GITHUB_PAT

0 comments on commit 8714539

Please sign in to comment.