mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
no trusts
This commit is contained in:
parent
d2715e90b6
commit
c00175c66f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
|
@ -10,12 +10,10 @@ jobs:
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
uses: ./.github/actions/env
|
uses: ./.github/actions/env
|
||||||
|
|
||||||
- name: Test
|
|
||||||
run: cat ./aftman.toml
|
|
||||||
|
|
||||||
- name: Run setup-aftman
|
- name: Run setup-aftman
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
no-trust-check: true
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
test_mac:
|
test_mac:
|
||||||
|
@ -29,6 +27,7 @@ jobs:
|
||||||
- name: Run setup-aftman
|
- name: Run setup-aftman
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
no-trust-check: true
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
test_windows:
|
test_windows:
|
||||||
|
@ -42,5 +41,6 @@ jobs:
|
||||||
- name: Run setup-aftman
|
- name: Run setup-aftman
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
no-trust-check: true
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue