fix/feat: fix upgrade check which was broken by the Longhorn chart v1.6.0 and upgrade the OAuth Proxy image #17
Workflow file for this run
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: "pr-issues-project" | |
on: | |
issues: | |
types: | |
- opened | |
- reopened | |
pull_request: | |
types: | |
- opened | |
- reopened | |
jobs: | |
add-to-project: | |
uses: camptocamp/devops-stack/.github/workflows/pr-issues-project.yaml@main | |
secrets: | |
PROJECT_APP_PRIVATE_KEY: ${{ secrets.PROJECT_APP_PRIVATE_KEY }} |