Skip to content

Commit

Permalink
Revert "github/actions: provide github token"
Browse files Browse the repository at this point in the history
This reverts commit 1804b94.
  • Loading branch information
razvancrainea committed Oct 19, 2023
1 parent 1804b94 commit 533fd03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/docker-opensips-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ inputs:
build:
description: Indicate the build to use
required: false
token:
description: GitHub token to fetch the repository
default: ${{ github.token }}
docker-username:
description: The Docker username to push the image with
required: true
Expand All @@ -34,7 +31,6 @@ runs:
- uses: actions/checkout@v4
with:
repository: OpenSIPS/docker-opensips
token: ${{ inputs.token }}

- name: Prepare Environment
shell: bash
Expand Down

0 comments on commit 533fd03

Please sign in to comment.