Skip to content

Commit fbf4155

Browse files
committed
Remove the token input. This is an artifact that I forgot to remove
1 parent fb179a6 commit fbf4155

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/gem-compile.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
uses: "shopify-playground/edouard-playground/.github/actions/cibuildgem@main"
3636
with:
3737
step: "compile"
38-
token: ${{ secrets.GITHUB_TOKEN }} # TODO Remove this before publishing the gem
3938
working-directory: "test/fixtures/date"
4039
test:
4140
timeout-minutes: 30
@@ -60,7 +59,6 @@ jobs:
6059
uses: "shopify-playground/edouard-playground/.github/actions/cibuildgem@main"
6160
with:
6261
step: "test_${{ matrix.type }}"
63-
token: ${{ secrets.GITHUB_TOKEN }} # TODO Remove this before publishing the gem
6462
working-directory: "test/fixtures/date"
6563
install:
6664
timeout-minutes: 5
@@ -78,7 +76,6 @@ jobs:
7876
- name: "Run cibuildgem"
7977
uses: "shopify-playground/edouard-playground/.github/actions/cibuildgem@main"
8078
with:
81-
token: ${{ secrets.GITHUB_TOKEN }} # TODO Remove this before publishing the gem
8279
step: "install"
8380
release:
8481
permissions:
@@ -98,4 +95,3 @@ jobs:
9895
uses: "shopify-playground/edouard-playground/.github/actions/cibuildgem@main"
9996
with:
10097
step: "release"
101-
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)