Skip to content

Commit

Permalink
chore: token again
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Oct 16, 2024
1 parent f77051b commit 54dfd95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
setup:
uses: ./.github/workflows/reusable_setup.yml
secrets:
CAP_GH_RELEASE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CAP_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}

ios:
if: true
Expand All @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- run: |
curl -Ls "https://get.maestro.mobile.dev" | bash
export PATH="$PATH":"$HOME/.maestro/bin"
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
Expand Down

0 comments on commit 54dfd95

Please sign in to comment.