We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0701025 + e456c53 commit a8f5935Copy full SHA for a8f5935
.github/workflows/post-release-mergeback.yml
@@ -168,7 +168,7 @@ jobs:
168
--draft
169
170
- name: Generate token
171
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755
+ uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514
172
id: app-token
173
with:
174
app-id: ${{ vars.AUTOMATION_APP_ID }}
.github/workflows/update-release-branch.yml
@@ -124,7 +124,7 @@ jobs:
124
pull-requests: write # needed to create pull request
125
steps:
126
127
128
129
130
0 commit comments