We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
create-github-app-token
1 parent a8849fb commit c4f2a07Copy full SHA for c4f2a07
.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