Skip to content

Commit

Permalink
attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversun9 committed Nov 10, 2023
1 parent e6c9734 commit bf49ab2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Create Release PR
on:
push:
branches:
- osun/fix-git-permission
workflow_dispatch:
inputs:
version:
Expand All @@ -26,6 +29,6 @@ jobs:
- name: Create release PR
run: bash ./make/buf/scripts/createreleasepr.bash
env:
GH_TOKEN: ${{ steps.app_token.outputs.token }}
GITHUB_TOKEN: ${{ steps.app_token.outputs.token }}
VERSION: ${{ github.event.inputs.version }}
WEBHOOK_URL: ${{ secrets.SLACK_RELEASE_NOTIFICATION_WEBHOOK }}

0 comments on commit bf49ab2

Please sign in to comment.