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.
1 parent 1157252 commit dd33adcCopy full SHA for dd33adc
2 files changed
.github/workflows/mergeabot.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
# Use an app token so further workflows (e.g. release) are triggered
17
- id: token
18
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
19
with:
20
app-id: ${{ vars.FRECKLE_AUTOMATION_APP_ID }}
21
private-key: ${{ secrets.FRECKLE_AUTOMATION_PRIVATE_KEY }}
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
persist-credentials: false
22
0 commit comments