Skip to content

Commit

Permalink
Testing OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Nov 23, 2024
1 parent a8408c1 commit 5b02613
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: List containers in GitHub Container Registry
run: docker images ghcr.io/${{ github.repository }}
run: docker images

- name: List containers with GitHub API
run: |
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/orgs/microsoft/packages?package_type=container
- name: Pull Docker image
run: docker pull ghcr.io/microsoft/dbt-fabric:CI-3.11-msodbc17
Expand Down

0 comments on commit 5b02613

Please sign in to comment.