Skip to content

Commit

Permalink
Fix nightly release permissions error (#176)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #176

Reviewed By: JKSenthil

Differential Revision: D57582054

fbshipit-source-id: e0b4e0637be893126667ca0513d3da9af914e3b5
  • Loading branch information
diego-urgell authored and facebook-github-bot committed May 20, 2024
1 parent 987bb5b commit ef2b6d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/nightly_build_cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:

jobs:
run_tests:
permissions:
id-token: write
contents: read
uses: ./.github/workflows/run_tests.yaml
secrets: inherit

Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ google-cloud-storage
google-resumable-media
numpy
pre-commit
pytest
pytest==8.1.1
pytest-asyncio
pytest-cov
pytest-timeout

0 comments on commit ef2b6d6

Please sign in to comment.