Skip to content

Commit

Permalink
ci: remove superflous access token (#2)
Browse files Browse the repository at this point in the history
* ci: remove superflous access token

* Ignore megalinter-reports
  • Loading branch information
richardapeters authored Dec 4, 2024
1 parent c17da11 commit 5d8224b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
with:
persist-credentials: false
submodules: true
token: ${{ secrets.AMP_ACCESS_TOKEN }}
- uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
with:
key: ${{ matrix.target}}-${{ matrix.configuration }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
.xwin-cache/
build/
install/
megalinter-reports/
out/

0 comments on commit 5d8224b

Please sign in to comment.