Skip to content

Commit 83276ac

Browse files
committed
public repo
1 parent d14f80f commit 83276ac

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,9 @@ jobs:
3636
sudo apt-get install -y git
3737
git --version
3838
39-
- name: Configure AWS Credentials
40-
uses: mapbox/configure-aws-credentials-internal@v5
41-
with:
42-
target-account-id: ${{ vars.AWS_ACCOUNT_ID_DEFAULT }}
43-
44-
- name: Setup Github tokens
45-
uses: mapbox/setup-github-tokens@v1
46-
with:
47-
scope-type: 'reader'
48-
4939
- name: Checkout repository
50-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
5141
with:
52-
token: "${{ env.GITHUB_READER_TOKEN }}"
5342
submodules: true
5443

5544
- name: Install Compiler
@@ -90,20 +79,9 @@ jobs:
9079
id-token: write
9180

9281
steps:
93-
- name: Configure AWS Credentials
94-
uses: mapbox/configure-aws-credentials-internal@v5
95-
with:
96-
target-account-id: ${{ vars.AWS_ACCOUNT_ID_DEFAULT }}
97-
98-
- name: Setup Github tokens
99-
uses: mapbox/setup-github-tokens@v1
100-
with:
101-
scope-type: 'reader'
102-
10382
- name: Checkout repository
104-
uses: actions/checkout@v4
83+
uses: actions/checkout@v5
10584
with:
106-
token: "${{ env.GITHUB_READER_TOKEN }}"
10785
submodules: true
10886

10987
- name: Install CMake & Ninja

0 commit comments

Comments
 (0)