Skip to content

Commit e6b1ed5

Browse files
chore(deps): update actions/create-github-app-token digest to af35eda (#267)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d207ef commit e6b1ed5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Generate a bot token with BOT_APP_ID
2525
id: bot_token
2626
if: vars.BOT_APP_ID && env.BOT_PRIVATE_KEY != null
27-
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
27+
uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1
2828
env:
2929
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}
3030
with:
@@ -60,7 +60,7 @@ jobs:
6060
- name: Generate a bot token with BOT_APP_ID
6161
id: bot_token
6262
if: vars.BOT_APP_ID && env.BOT_PRIVATE_KEY != null
63-
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
63+
uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1
6464
env:
6565
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}
6666
with:

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Generate a bot token with BOT_APP_ID
2222
id: bot_token
2323
if: vars.BOT_APP_ID && env.BOT_PRIVATE_KEY != null
24-
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
24+
uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1
2525
env:
2626
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}
2727
with:

0 commit comments

Comments
 (0)