Skip to content

Commit db52f48

Browse files
Bump peter-murray/workflow-application-token-action from 1 to 2
Bumps [peter-murray/workflow-application-token-action](https://github.com/peter-murray/workflow-application-token-action) from 1 to 2. - [Release notes](https://github.com/peter-murray/workflow-application-token-action/releases) - [Commits](peter-murray/workflow-application-token-action@v1...v2) --- updated-dependencies: - dependency-name: peter-murray/workflow-application-token-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d21ac6 commit db52f48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Get Bot Application Token
124124
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
125125
id: get_workflow_token
126-
uses: peter-murray/workflow-application-token-action@v1
126+
uses: peter-murray/workflow-application-token-action@v2
127127
with:
128128
application_id: ${{ secrets.BOT_APPLICATION_ID }}
129129
application_private_key: ${{ secrets.BOT_APPLICATION_PRIVATE_KEY }}

.github/workflows/nightly-doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# used for documentation deployment
2323
- name: Get Bot Application Token
2424
id: get_workflow_token
25-
uses: peter-murray/workflow-application-token-action@v1
25+
uses: peter-murray/workflow-application-token-action@v2
2626
with:
2727
application_id: ${{ secrets.BOT_APPLICATION_ID }}
2828
application_private_key: ${{ secrets.BOT_APPLICATION_PRIVATE_KEY }}

0 commit comments

Comments
 (0)