chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: dogfood integration test | |
on: | |
workflow_dispatch: | |
pull_request: | |
push: | |
branches: | |
- main | |
- master | |
env: | |
ORY_PROJECT_ID: "6c2ec103-0b67-4cfe-a975-8008ede7d2ff" | |
ORY_WORKSPACE_ID: "d4c796bf-6062-4cf0-87fc-5fcbf41743bb" | |
ORY_WORKSPACE_API_KEY: ${{ secrets.ORY_WORKSPACE_API_KEY }} | |
jobs: | |
gha: | |
runs-on: ubuntu-latest | |
container: | |
image: oryd/ory:v1.1.0 | |
# temporary until we release new image | |
options: --user root | |
steps: | |
- name: checkout | |
uses: actions/checkout@v4 | |
# temporary until we release new image | |
- name: add bash | |
run: apk add bash | |
- name: Check integration | |
run: ory get project ${{ env.ORY_PROJECT_ID }} |