Skip to content

Commit 4342165

Browse files
committed
トークンの渡し方修正
1 parent 35a19d4 commit 4342165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Update release artifcat
4949
run: |
5050
curl -sS -XPOST \
51-
-H "Authorization: token ${{ secrets.GITHUB_ACCESS_TOKEN }}" \
51+
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
5252
-H "Content-Type: application/zip" \
5353
--data-binary @${{ env.RELEASE_FILE }} \
5454
"https://uploads.github.com/repos/otiai10/amesh/releases/${{ env.RELEASE_ID }}/assets?name=${{ env.RELEASE_FILE }}"

0 commit comments

Comments
 (0)