Skip to content

Commit

Permalink
Add secret GH_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Apr 22, 2024
1 parent ab083d8 commit 5d9f0e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ on:

jobs:
docker:
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main
secrets:
GH_PAT: ${{ secrets.GH_PAT }}
1 change: 1 addition & 0 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT }}

0 comments on commit 5d9f0e1

Please sign in to comment.