Skip to content

Commit

Permalink
lets test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsphwllng committed Jul 18, 2023
1 parent 38f5d60 commit 3a61d00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ on:
description: "AWS region"
default: "eu-west-1"
type: string
permissions:
id-token: write
contents: read

jobs:
push:
name: "Push to s3"
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 3a61d00

Please sign in to comment.