79198775

Date: 2024-11-18 05:32:02
Score: 1.5
Natty:
Report link

As seen here in this blog post you can specify a secret token in the environment and use Sys.getenv() to get the value of that token from the environment.

      - name: example
        env:
          SECRET_TOKEN: ${{ secrets.SECRET_TOKEN }}
        run: |
          secret_token = Sys.getenv("SECRET_TOKEN")
Reasons:
  • Blacklisted phrase (1): this blog
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ryanzom