Skip to content

Commit

Permalink
Merge pull request #19 from canonical/IAM-843
Browse files Browse the repository at this point in the history
chore: update .github config
  • Loading branch information
nsklikas committed Apr 26, 2024
2 parents 3976063 + 197bd91 commit 515c6b4
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 321 deletions.
114 changes: 0 additions & 114 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml

This file was deleted.

117 changes: 0 additions & 117 deletions .github/ISSUE_TEMPLATE/DESIGN-DOC.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/oidc-conformity-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: "1.21"
- name: Update fosite
run: |
go mod edit -replace github.com/ory/fosite=github.com/ory/fosite@${{ github.sha }}
go mod edit -replace github.com/ory/fosite=github.com/canonical/fosite@${{ github.sha }}
go mod tidy
- name: Start service
run: ./test/conformance/start.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oidc-conformity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: "1.21"
- name: Update fosite
run: |
go mod edit -replace github.com/ory/fosite=github.com/${{ github.event.pull_request.head.repo.full_name }}@${{ github.event.pull_request.head.sha }}
go mod edit -replace github.com/ory/fosite=github.com/canonical/fosite@${{ github.event.pull_request.head.sha }}
go mod tidy
- name: Start service
run: ./test/conformance/start.sh
Expand Down

0 comments on commit 515c6b4

Please sign in to comment.