Error 403 using Github Action with Travis Ci services

Hello,

I want use a Github Action with Travis-CI.
I see this repository : https://github.com/travis-ci/actions

But into my workflow i take error 403… Anyone can help me ?
Thanks,

name: CI Travis Test

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: travis-ci/actions@master
      with:
       TRAVIS_TOKEN: ${{ secrets.SECRET_TRAVIS_CI }}