feat: 修改 fix_login_oauth 对于 kid、access_token 的内容 #635
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: Delete Preview Environment | |
on: | |
pull_request: | |
types: [closed] | |
jobs: | |
delete-preview-environment: | |
runs-on: ubuntu-latest | |
permissions: | |
deployments: write | |
steps: | |
- uses: strumwolf/delete-deployment-environment@v2 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
environment: preview/${{ github.head_ref }} | |
onlyDeactivateDeployments: true |