Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fix: testing refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi committed Oct 27, 2023
1 parent 0f4b7d2 commit ff7c8c3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ jobs:
# Run unit and integration tests for Python
validate-po-files: # TODO: rename to "tests"
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
statuses: write
# permissions:
# contents: read
# pull-requests: write
# statuses: write
permissions: write-all # TODO: Remove
steps:
# Clones the openedx-translations repo
- name: clone openedx/openedx-translations
Expand Down Expand Up @@ -120,7 +121,7 @@ jobs:
TRANSIFEX_APP_ACTOR_NAME: "${{ secrets.TRANSIFEX_APP_ACTOR_NAME }}"
TRANSIFEX_APP_ACTOR_ID: "${{ secrets.TRANSIFEX_APP_ACTOR_ID }}"
# This token requires Write access to the openedx-translations repo
GITHUB_TOKEN: ${{ secrets.EDX_TRANSIFEX_BOT_GITHUB_TOKEN || github.token }}
GITHUB_TOKEN: ${{ secrets.EDX_TRANSIFEX_BOT_GITHUB_TOKEN || github.token }} # TODO: remove github.token
PR_NUMBER: ${{ github.event.number }}
# if: "${{ github.actor == env.TRANSIFEX_APP_ACTOR_NAME && github.actor_id == env.TRANSIFEX_APP_ACTOR_ID }}"
run: |
Expand Down

0 comments on commit ff7c8c3

Please sign in to comment.