We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8849fb + c4f2a07 commit 8c69433Copy full SHA for 8c69433
.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@0d564482f06ca65fa9e77e2510873638c82206f2
+ uses: actions/create-github-app-token@v1.11.5
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