Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
  • Loading branch information
Harkishen-Singh committed Mar 27, 2024
1 parent 5073be0 commit 568114c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:

permissions:
id-token: write
contents: write
pull-requests: write

name: assets

Expand All @@ -31,5 +29,5 @@ jobs:
aws s3api put-object \
--acl public-read \
--bucket assets.timescale.com \
--key migration/${EVAL_FILE_NAME} \
--key releases/migration/${EVAL_FILE_NAME} \
--body ${EVAL_FILE_NAME}

0 comments on commit 568114c

Please sign in to comment.