Skip to content

Commit 8fec6e7

Browse files
📦 Update fjogeleit/http-request-action action to v2
1 parent bc48c11 commit 8fec6e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/post-promote-tasks.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
steps:
4848
- name: Create event on release calendar
49-
uses: fjogeleit/http-request-action@v1
49+
uses: fjogeleit/http-request-action@v2
5050
with:
5151
url: '${{ secrets.CALENDAR_URI }}'
5252
customHeaders: '{"Authorization": "Basic ${{ secrets.CALENDAR_TOKEN }}"}'
@@ -73,7 +73,7 @@ jobs:
7373
fail-fast: false
7474
steps:
7575
- name: Trigger release tagger workflow on amphtml
76-
uses: fjogeleit/http-request-action@v1
76+
uses: fjogeleit/http-request-action@v2
7777
with:
7878
url: 'https://api.github.com/repos/ampproject/amphtml/actions/workflows/release-tagger.yml/dispatches'
7979
bearerToken: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)