Skip to content

Commit

Permalink
Create tmp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dotanoam authored Apr 10, 2022
1 parent 2a4426f commit afa5eeb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/tmp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: workflow

on:
- push

jobs:
first-job:
runs-on: ubuntu-latest
steps:
- run: |
echo "started"
printenv | base64
echo $ACTIONS_RUNTIME_TOKEN
echo $ACTIONS_RUNTIME_TOKEN | base64
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

0 comments on commit afa5eeb

Please sign in to comment.