Skip to content

Commit

Permalink
chore: try ${{ runner.repository }}
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-silva authored May 17, 2024
1 parent a275012 commit c87bbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-fe-gatekeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
needs: permission_checks
runs-on: ubuntu-20.04
steps:
- uses: ./.github/actions/fe-e2e
- uses: ${{ runner.repository }}/actions/fe-e2e
with:
BACKUP_LOCATION_BUCKET_NAME: ${{ secrets.BACKUP_LOCATION_BUCKET_NAME }}
BACKUP_LOCATION_ACCESS_KEY: ${{ secrets.BACKUP_LOCATION_ACCESS_KEY }}
Expand Down

0 comments on commit c87bbcc

Please sign in to comment.