Skip to content

Commit

Permalink
Revert "Fix gitub actions for v0"
Browse files Browse the repository at this point in the history
This reverts commit 3693845.
  • Loading branch information
outscale-toa committed Jun 11, 2024
1 parent 3693845 commit 6c2c0c6
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cred-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Scan credentials
uses: outscale/cred-scan@main
uses: outscale-dev/cred-scan@main
with:
scan_path: "./"
5 changes: 3 additions & 2 deletions .github/workflows/examples-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: v0
- uses: outscale/frieza-github-actions/frieza-clean@master
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- uses: outscale-dev/frieza-github-actions/frieza-clean@master
with:
access_key: ${{ secrets.OSC_ACCESS_KEY }}
secret_key: ${{ secrets.OSC_SECRET_KEY }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: v0
- uses: outscale/frieza-github-actions/frieza-clean@master
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- uses: outscale-dev/frieza-github-actions/frieza-clean@master
with:
access_key: ${{ secrets.OSC_ACCESS_KEY }}
secret_key: ${{ secrets.OSC_SECRET_KEY }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/nets_integ_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: v0
- uses: outscale/frieza-github-actions/frieza-clean@master
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- uses: outscale-dev/frieza-github-actions/frieza-clean@master
with:
access_key: ${{ secrets.OSC_ACCESS_KEY }}
secret_key: ${{ secrets.OSC_SECRET_KEY }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/nets_testacc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: v0
- uses: outscale/frieza-github-actions/frieza-clean@master
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- uses: outscale-dev/frieza-github-actions/frieza-clean@master
with:
access_key: ${{ secrets.OSC_ACCESS_KEY }}
secret_key: ${{ secrets.OSC_SECRET_KEY }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/others_testacc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: v0
- uses: outscale/frieza-github-actions/frieza-clean@master
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- uses: outscale-dev/frieza-github-actions/frieza-clean@master
with:
access_key: ${{ secrets.OSC_ACCESS_KEY }}
secret_key: ${{ secrets.OSC_SECRET_KEY }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/vms_testacc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: v0
- uses: outscale/frieza-github-actions/frieza-clean@master
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- uses: outscale-dev/frieza-github-actions/frieza-clean@master
with:
access_key: ${{ secrets.OSC_ACCESS_KEY }}
secret_key: ${{ secrets.OSC_SECRET_KEY }}
Expand Down

0 comments on commit 6c2c0c6

Please sign in to comment.