Skip to content

Commit

Permalink
add token
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Oct 4, 2024
1 parent c65ada0 commit c774b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# with:
# token: ${{ secrets.WORKFLOW_PAT }}
with:
token: ${{ secrets.WORKFLOW_PAT }}
- run: |
echo 'name: "workflow"\non: "workflow_dispatch"' > .github/workflows/date.yml
# Note: the following account information will not work on GHES
Expand Down

0 comments on commit c774b3e

Please sign in to comment.