Skip to content

Commit b4a833c

Browse files
authored
Merge pull request #14 from per1234/remove-container-credentials
Remove superfluous container authorization from release workflow
2 parents 5cd451a + 3c9fe26 commit b4a833c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646

4747
container:
4848
image: ghcr.io/arduino/crossbuild:0.2.1
49-
credentials:
50-
username: ${{ github.actor }}
51-
password: ${{ secrets.AVRDUDE_CI_PAT }}
5249

5350
steps:
5451
# the tag must be formatted this way <AVRDUDE_TAG>-arduino.<ARDUINO_VERSION>, e.g tag -> 7.0-arduino.1

0 commit comments

Comments
 (0)