Skip to content

Commit

Permalink
Update job permissions to publish from CI (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdi-y committed Dec 18, 2024
1 parent 6c1b3b6 commit ee62b61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/poolside-nightly-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
build:
if: ${{ github.repository_owner == 'poolsideai' }}
runs-on: "ubuntu-22.04-64-pytorchci"
permissions: # required for AWS Credentials
id-token: write
contents: read
strategy:
matrix:
desired_python: ["3.10", "3.12"]
Expand Down

0 comments on commit ee62b61

Please sign in to comment.