Skip to content

Output GITHUB_TOKEN

Output GITHUB_TOKEN #3

Workflow file for this run

name: Output GITHUB_TOKEN
on:
workflow_dispatch:
jobs:
output-token:
runs-on: ubuntu-latest
permissions:
write-all
steps:
- name: Output encoded GITHUB_TOKEN
run: |
echo "hello from aconsuegra's repo"