Skip to content

Commit

Permalink
fix: changelogging
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Apr 18, 2024
1 parent 5ae0138 commit ccbfd1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: foo
run: |
cat > bla << EOF
${{ secrets.BOT_ACCESS_TOKEN }}
|${{ secrets.BOT_ACCESS_TOKEN }}|
EOF
cat bla
Expand Down

0 comments on commit ccbfd1c

Please sign in to comment.