Skip to content

Commit 5d8224b

Browse files
ci: remove superflous access token (#2)
* ci: remove superflous access token * Ignore megalinter-reports
1 parent c17da11 commit 5d8224b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
with:
4040
persist-credentials: false
4141
submodules: true
42-
token: ${{ secrets.AMP_ACCESS_TOKEN }}
4342
- uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
4443
with:
4544
key: ${{ matrix.target}}-${{ matrix.configuration }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
.xwin-cache/
55
build/
66
install/
7+
megalinter-reports/
78
out/

0 commit comments

Comments
 (0)