Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gha test report permissions #61

Merged
merged 15 commits into from
Feb 2, 2024
2 changes: 1 addition & 1 deletion .github/workflows/pre-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- id: get-members
uses: GuillaumeFalourd/github-team-members@v1
uses: GuillaumeFalourd/github-team-members@2c201b9c885619191c705b947322e1c37cb53b00
with:
org_slug: org-slug
team_slug: team-slug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reference-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
name: 'reference-tests'
path: 'ethereum/referencetests/build/generated/sources/reference-test/'
- name: get reference test report
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
uses: dawidd6/action-download-artifact@v2
with:
branch: main
name_is_regexp: true
Expand Down
Loading