Migrate to DEVELOCITY_ACCESS_KEY secret for GHA workflows
#100
This file contains hidden or 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: Backport Issue | |
| on: | |
| push: | |
| branches: | |
| - '*.x' | |
| jobs: | |
| backport-issue: | |
| uses: spring-io/spring-github-workflows/.github/workflows/spring-backport-issue.yml@v3 | |
| secrets: | |
| GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }} |