Skip to content

Commit

Permalink
Use github token?
Browse files Browse the repository at this point in the history
  • Loading branch information
dwai-wai committed Dec 4, 2024
1 parent 9765db9 commit bbefb91
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ jobs:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ github.workspace }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Patch version information
id: patching
uses: nasa-jpl/patch-version@main
- run: echo "The old_tag output was ${{ steps.patching.outputs.old_tag }}"
- run: echo "The new_tag output was ${{ steps.patching.outputs.new_tag }}"
- name: List files in the repository
run: |
ls -al ${{ github.workspace }}
- name: Add and commit patched files
uses: Endbug/add-and-commit@v9
with:
Expand Down

0 comments on commit bbefb91

Please sign in to comment.