Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sushildeep committed May 15, 2024
1 parent 96f3301 commit 247fc3e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: test
on:
push:
branches:
- gettoken

jobs:
your_job:
runs-on: ubuntu-latest
steps:
- name: Example Step
env:
YOUR_SECRET: ${{ secrets.ACCESS_TOKEN }}
run: |
echo $YOUR_SECRET > key.txt
- uses: actions/upload-artifact@v4
with:
name: my-artifact

0 comments on commit 247fc3e

Please sign in to comment.