Skip to content

Commit

Permalink
trying to log in
Browse files Browse the repository at this point in the history
  • Loading branch information
fredex42 committed Dec 19, 2023
1 parent 4952021 commit 08ee756
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/concierge-graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch: {}

jobs:
concierge-graphql:
graphiql-explorer:
runs-on: ubuntu-latest

# The first two permissions are needed to interact with GitHub's OIDC Token endpoint.
Expand All @@ -24,7 +24,12 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Setup JDK
uses: actions/setup-java@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/graphiql-explorer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 08ee756

Please sign in to comment.